First knowledge of Hibernate, hibernate

Source: Internet
Author: User

First knowledge of Hibernate, hibernate

It has been almost two years since I started working with Hibernate.

My initial impression on the Hibernate framework was that I could store a class in the database, or read the data in the database into a collection composed of classes.

After using the simplest example, I think it is amazing!

Think about the original JDBC, tedious and boring SQL statements, bored and repetitive ResultSet processing, and the enabling and shutting down of Connection objects, which is really boring!

Fortunately, when I met Hibernate, God gave me a chance to emancipate my mind! Let's pay tribute to the persistence framework!


How does cimatron e72 open multiple windows?

This book is good. I am reading it.
This is a tutorial for developing JSP in Eclipse3.2 + JDK1.5 + Tomcat5.5.
Proficient in JSP-Web development technology and typical applications
Edited by Zhang xinman
People's post and telecommunications Publishing House

Contents
This book introduces basic JSP development technologies through a large number of typical examples, analyzes the key points and difficulties in JSP development, and also describes common JSP development tools in detail.
The book is divided into three parts, a total of 27 chapters, the content covers JSP entry, HTTP and Servlet basics, JSP basic syntax, JSP built-in objects, JavaBean development, MVC mode, common JSP development skills, Expression Language, JSTL, custom tags, JDBC JSP practical development technology, integrated application instances, and popular tools (such as Struts, Hibernate, and Spring).
The biggest feature of this book is that every important knowledge point is equipped with examples. These examples are very practical and targeted, and strive to allow readers to learn and use the knowledge while learning it.
This book is especially suitable for beginners and intermediate JSP developers, and can also be used as a reference for Java programmers to conduct Web development. At the same time, it can also be used as JSP course materials for teachers and students and computer training courses of relevant majors in colleges and universities.

Directory
Part 1 Basic JSP Technology
Chapter 4 first knowledge of JSP
1.1 JSP Introduction
1.2 create a JSP running environment
1.3 start of JSP
Conclusion 1.4
Chapter 2 HTTP and Servlet Basics
2.1 HTTP Request/Response Model
2.2 Servlet Introduction
2.3 JSP page processing
2.4 Servlet Lifecycle
2.5 simple Servlet instance
Conclusion 2.6
Chapter 2 JSP basic syntax
3.1 JSP template text
3.2 JSP script elements
3.3 JSP instruction Elements
3.4 JSP Standard Operating Elements
Conclusion 3.5
Chapter 2 embedded JSP objects
4.1 request object
4.2 response object
4.3 out output object
4.4 Page Context object
4.5 session Object
4.6 application Object
4.7 page Object
4.8 config parameter configuration object
4.9 exception Handling object
Conclusion 4.10
Chapter 2 Application of JavaBean in JSP
5.1 Introduction to JavaBean
5.2 Development of JavaBean
5.3 Use JavaBean in JSP
Conclusion 5.4
Chapter 2 integration of Servlet and JSP-MVC Framework
6.1 Introduction to the MVC Framework
6.2 implement MVC
6.3 comparison of three data sharing methods
6.4 three associations of Web Components
6.5 three typical session tracking methods
Conclusion 6.6
Chapter 2 common JSP development skills
7.1 internationalization and localization of JSP programs
7.2 Chinese garbled characters
7.3 error handling
7.4 dynamically generate images in JSP
Conclusion 7.5
Part 2 advanced JSP Technology
Chapter 2 JSP 8th Expression Language (EL)
8.1 Introduction to Expression Language
8.2 use of Expression Language
8.3 evaluate expressions
8.4 access scope Variables
8.5 implicit object
8.6 access Operators
8.7 define and use functions
Conclusion 8.8
Chapter 2 JSP standard tag Library (JSTL 9th)
9.1 JSTL Introduction
9.2 JSTL core labels
9.3 jstl xml tag
9.4 JSTL formatting/internationalization labels
9.5 JSTL function labels
Conclusion 9.6
Chapter 4 create a custom tag
10.1 JSP tag Library
10.2 develop custom tags
10.3 tag development skills
Conclusion 10.4
Chapter 4 simplify MVC development with Struts Controller
11 ...... the remaining full text>

In jsp, the issue of submitting a registry ticket is in version 85 of eclipse.

2 + JDK1.5 + Tomcat5.5 environment JSP development tutorial.
Proficient in JSP-Web development technology and typical applications
Edited by Zhang xinman
People's post and telecommunications Publishing House

Contents
This book introduces basic JSP development technologies through a large number of typical examples, analyzes the key points and difficulties in JSP development, and also describes common JSP development tools in detail.
The book is divided into three parts, a total of 27 chapters, the content covers JSP entry, HTTP and Servlet basics, JSP basic syntax, JSP built-in objects, JavaBean development, MVC mode, common JSP development skills, Expression Language, JSTL, custom tags, JDBC JSP practical development technology, integrated application instances, and popular tools (such as Struts, Hibernate, and Spring).
The biggest feature of this book is that every important knowledge point is equipped with examples. These examples are very practical and targeted, and strive to allow readers to learn and use the knowledge while learning it.
This book is especially suitable for beginners and intermediate JSP developers, and can also be used as a reference for Java programmers to conduct Web development. At the same time, it can also be used as JSP course materials for teachers and students and computer training courses of relevant majors in colleges and universities.

Directory
Part 1 Basic JSP Technology
Chapter 4 first knowledge of JSP
1.1 JSP Introduction
1.2 create a JSP running environment
1.3 start of JSP
Conclusion 1.4
Chapter 2 HTTP and Servlet Basics
2.1 HTTP Request/Response Model
2.2 Servlet Introduction
2.3 JSP page processing
2.4 Servlet Lifecycle
2.5 simple Servlet instance
Conclusion 2.6
Chapter 2 JSP basic syntax
3.1 JSP template text
3.2 JSP script elements
3.3 JSP instruction Elements
3.4 JSP Standard Operating Elements
Conclusion 3.5
Chapter 2 embedded JSP objects
4.1 request object
4.2 response object
4.3 out output object
4.4 Page Context object
4.5 session Object
4.6 application Object
4.7 page Object
4.8 config parameter configuration object
4.9 exception Handling object
Conclusion 4.10
Chapter 2 Application of JavaBean in JSP
5.1 Introduction to JavaBean
5.2 Development of JavaBean
5.3 Use JavaBean in JSP
Conclusion 5.4
Chapter 2 integration of Servlet and JSP-MVC Framework
6.1 Introduction to the MVC Framework
6.2 implement MVC
6.3 comparison of three data sharing methods
6.4 three associations of Web Components
6.5 three typical session tracking methods
Conclusion 6.6
Chapter 2 common JSP development skills
7.1 internationalization and localization of JSP programs
7.2 Chinese garbled characters
7.3 error handling
7.4 dynamically generate images in JSP
Conclusion 7.5
Part 2 advanced JSP Technology
Chapter 2 JSP 8th Expression Language (EL)
8.1 Introduction to Expression Language
8.2 use of Expression Language
8.3 evaluate expressions
8.4 access scope Variables
8.5 implicit object
8.6 access Operators
8.7 define and use functions
Conclusion 8.8
Chapter 2 JSP standard tag Library (JSTL 9th)
9.1 JSTL Introduction
9.2 JSTL core labels
9.3 jstl xml tag
9.4 JSTL formatting/internationalization labels
9.5 JSTL function labels
Conclusion 9.6
Chapter 4 create a custom tag
10.1 JSP tag Library
10.2 develop custom tags
10.3 tag development skills
Conclusion 10.4
Chapter 4 simplify MVC development with Struts Controller
11.1 Struts Introduction
11.2 configure Strut... the remaining full text>

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.