1. What does ejb2.0 have? Where are they used? What is the difference between ejb2.0 and ejb1.1?
A: The specifications include bean providers, application assemblers, EJB containers, EJB configuration tools, EJB service providers, and system
Here I will talk about the J2EE process and the experiences and lessons learned in this process. So that laterLess detours.Java has developed into three main parts by application: j2se, j2-and J2EE. These three parts interact with each
I. Basic Q &
1. Which of the following classes can be inherited?Java. Lang. Thread (t)Java. Lang. Number (t)Java. Lang. Double (f)Java. Lang. Math (f)Java. Lang. Void (f)Java. Lang. Class (f)Java. Lang. classloader (t)
2. Differences
Java1. What are the aspects of object-oriented features?1. Abstraction:Abstraction is to ignore those aspects irrelevant to the current target in a topic, so that you can pay more attention to the aspects related to the current target. Abstraction
Introduction
Steven gocould introduced 13 core technologies of the Java 2 Platform Enterprise Edition (J2EE): JDBC, JNDI, ejbs, RMI, JSP, Java Servlets, XML, JMS, Java IDL, JTs, JTA, javamail, and JAF. In order to contact the actual situation, can
1. Does the array have the length () method? Does string have the length () method?
A: The array does not have the length () method. It has the Length attribute.
String has the length () method.
2. String S = new string ("XYZ"); how many string
This article provides a comprehensive introduction to J2EE in five aspects. Starting from the concept of J2EE, to its advantages, to the typical J2EE layer-4 model, and its framework structure, it is finally an introduction to the thirteen core
The J2EE platform consists of a complete set of services, application interfaces (APIS), and Protocols. It provides Function Support for developing web-based multi-layer applications, the following is a brief description of the 13 technical
The following statements are taken from the network articles and summarized and merged by yourself.J2EE hierarchy
Early network systems were often designed with a three-tier structure. The most common structure is the presentation layer, domain
1. The session created by getcurrentsession is bound to the current thread, and the opensession creates a new session each time.
2. The thread created by getcurrentsession will be automatically closed after transaction rollback or transaction commit,
Hibernate is a complete ORM mapping framework that allows us to detach from complex JDBC operations through configuration. Hibernate encapsulates the JDBC,JTA (Java transaction API) and Jndi. Hibernate is a lightweight framework that allows the
First of all, if there is a big God in front-end development or ready to engage in front-end development of the small partners do not want to see this blog I read this text welcome to add my QQ: "845415745." soon into the Society of the Novice
Software 151 Wang Qiang 1531610136The general direction of Java is JAVAEE,JAVAEE not only socket programming, including 13 core technology.Core APIs and components for Java EEThe Java EE platform consists of a suite of services, application
OverviewTransaction management is critical for enterprise applications, and it guarantees data consistency even in the event of an exception.The Spring framework provides a consistent abstraction of transaction management, with the following
The hibernate framework simplifies the development of Java applications and database interactions. Hibernate is an open source, lightweight ORM (Object Relational Mapping) tool.ORM Tools simplify the creation of browsing data, data processing, and
1 The session created by Getcurrentsession is bound to the current thread, and Opensession does not.2 the thread created by Getcurrentsession automatically shuts down after a transaction is rolled back or the thing commits, and opensession must be
Overview Transaction management is critical for enterprise applications, and it guarantees data consistency even in the event of an exception. The Spring framework provides a consistent abstraction of transaction management, with the following
The Java EE platform consists of a suite of services, application interfaces (APIs), and protocols that provide functional support for the development of Web-based multi-tier applications, with a simple description of 13 technical specifications in
The Java EE platform consists of a suite of services, application interfaces (APIs), and protocols that provide functional support for the development of Web-based multi-tier applications, with a simple description of 13 technical specifications in
There are three types of Java transactions: JDBC Transaction, JTA (Java Transaction API) transaction, container transaction.A normal transaction supports only one database connection and cannot span multiple databases. The default is to commit the
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.