j2ee| notes
Learn some Java EE every week, make some notes.
Goal: Be proficient in using WebSphere to do Java EE development work.
Come on! Come on!! Come on!!!
For example, install under Linux.
1 ready to install J2SE normal user identity:./j2sdk-1_3_1_01-linux-i386-rpm.bin run Setup, finally build jdk-1.3.1_01.i386.rpm file 2 install j2se SDK1) su root: RPM- IV
Original: http://docs.oracle.com/javaee/7/tutorial/doc/overview008.htmTranslation: Shi Zholin [email protected]1.8 Java EE 7 APIs in the Java Platform, standard Edition 7Several APIs that is required by the Java EE 7 platform is included in the Java platform, Standard Edition 7 (Java SE 7) and is thus available to Java EE applications.1.8 Java
J2ee| Project
In my experience as a developer, senior developer, architect, I have encountered good, poor, and even ugly enterprise-class Java projects. When I ask myself what makes a project successful and another failure, I find it hard to get a perfect answer, as if it's hard to define all the software projects with success. The Java EE project is no exception. Therefore, the project is divided into different levels of success or failure. In this a
Java EE is divided into:
Lightweight Java EE
Spring, hibernate as the core, without application server support, as long as it works well on a Web server such as Tomcat, jetty, etc.
Classic Java EE
With EJB3 as the core, need EJB container support , need to run in JBoss, WebLogic, WebSphere application Server ;The front-end MVC frame
The Java EE platform is comprised of a suite of services (service), application interfaces (APIs), and protocols that provide functional support for developing enterprise applications. 13 Core technologies are JDBC, JNDI, EJB, RMI, JSP, SERVLET, XML, JMS, Javaidl/corba, JTS, JTA, JavaMail and JAF.What is enterprise-class application?1. The amount of data is particularly large.2. The user is very much.3. High performance requirements.4. High security r
Introduction to Java EE
Gain an understanding of the Java Platform, Enterprise Edition (Java EE)
Examine the Java EE application architecture
Examine Java EE Container Services
Examine the EJB component types
Evaluate the EJB Lite Container
Compare Java
Section 1:application Design Concepts and principles
Explain the main advantages of a object-oriented approach to system design including the effect of encapsulation, inherit Ance, and use of the interfaces on architectural characteristics.
Describe how the principle of "separation of concerns" have been applied to the main system tiers of a Java Platform, Enter Prise Edition application. Tiers include client (both GUI and web), Web (Web Container), Business (EJB container), integra
Java Se=java Standard EditionJava Ee=java Enterprise EditionJava Me=java Mobile EditionSE is mainly used for desktop programs, console development (JFC)EE Enterprise-level development (JSP,EJB)Me embedded development (mobile phone, small appliances)
Currently, there are 3 versions of the Java 2 platform, which are Java 2 platform Micro (Java 2 Platform Micro edition,j2me) for small devices and smart cards
Java Se=java Standard EditionJava Ee=java Enterprise EditionJava Me=java Mobile EditionSE primarily for desktop applications, console development (JFC)EE Enterprise-level development (JSP,EJB)Me embedded development (mobile, small appliances)Currently, there are 3 versions of the Java 2 platform, which are Java 2 platform Micro (Java 2 Platform micro Edition,j2me) for small devices and smart cards, and Java
Often listen to friends say what Java EE, finally know what is the Java EE, Khan, the Internet search the next this said more detailed, J2EE,JAVA2 Platform Enterprise Edition (Java 2 Platform Enterprise Edition), It is the standard platform that Sun company launches for the Enterprise class application. The Java platform is divided into three major versions: Java EE
Application Design Concepts and principles
Identify the effects of an object-oriented approach to system design including the effect of encapsulation, inheritance, a nd use of interfaces.
Identify how the separation of concerns principle applies to the component model of a Java EE application; including client, the Web and business component containers, and the integration and resource layers.
Identify the correct interpretation of se
In recent years, the development of the Java industry has grown exponentially. As an enterprise application developer, architecture architect, or technical manager, you can choose from many vendors, best practices, specifications, and component types for your Java technology implementation. The purpose of the Java EE Explorer series is to help you find a way to assist you in selecting the right technology for any given situation.
In this article, the
Currently, there are 3 versions of the Java 2 platform, which are Java 2 platform Micro (Java 2 Platform Micro edition,j2me) for small devices and smart cards, Java 2 Platform Standard Edition for desktop systems (Java 2 Platform Standard edition,j2se), Java 2 Platform Enterprise Edition for creating server applications and Services (Java 2 Platform Enterprise edition,j2ee).
Java EE is an architecture that leverages the java-based 2 platform to simpli
This problem occurs when you add a project to Tomcat today: Tomcat version 6.0 only supports EE 1.2, 1.3, 1.4, and Java EE 5 Web ModulesThe reason for this is that the project used to be TOMCAT7. X now changes to tomcat6.x. (It should be possible to upgrade Tomcat to 7.x, but there is a tomcat6.x for the project now.) So I keep tomcat6.x)The workaround is to modify version= "3.0" in Org.eclipse.wst.common.p
WTP is very convenient to use the Eclipse IDE for Java EE developers, but it is too large and I like to configure on demand. First, let's understand what WTP is. The WTP (Web tools Platform) project expands on the Eclipse platform and is a toolset for developing Java EE WEB applications. WTP contains the following tools: A source editor can be used to edit HTML, Javascript, CSS, JSP, SQL, XML, DTD, X
Currently, there are 3 versions of the Java 2 platform, which are Java 2 platform Micro (Java 2 Platform Micro edition,j2me) for small devices and smart cards, Java 2 Platform Standard Edition for desktop systems (Java 2 Platform Standard edition,j2se), Java 2 Platform Enterprise Edition for creating server applications and Services (Java 2 Platform Enterprise edition,j2ee).Java EE is an architecture that leverages the java-based 2 platform to simplif
The project appeared when Tomcat version 6.0 only supports EE 1.2, 1.3, 1.4,and Java EE 5 Web Modules error, and the workaround is as follows:Under the workspace project, under . Settings , there is a file named Org.eclipse.wst.common.project.facet.core.xml with various version information:The above error can be resolved by downloading tomcat6.0, or the version of the red font should be lowered (change the
Java EE
Cluster Generally speaking, Java EE cluster technology includes "load Balancing" and "failover" two parts. In the above illustration, load balancing means that a target object is requested by many client objects simultaneously. The load balancer is between the caller and the callee, and you can distribute the request to a target object with the same functionality but different locations. Both hig
4.1 Metaphor for development of Java EE
Make an analogy.
Now the development of Java-EE, just like the opposite of a person.
The outermost wear a windbreaker (HTML)
Wearing a suit in a windbreaker (Struts)
Wearing a vest in a suit (Spring)
Wearing a shirt (Hibernate) in a vest
The inside of the shirt is the real person (database)
All the clothes are made of cotton (Java)
There may be other accessor
Java EE must read books and Java EE must read24170 people read comments (46:JavaEE (280)Software Engineering and principles (49)Computer History (3)Web related (83)Linux/Unix/AIX (69)Miscellaneous Essays (163)Interview (3)
Copyright Disclaimer: This article is an original article by the blogger and cannot be reproduced without the permission of the blogger.
Directory (?) [+]
Here are some books I recommend
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.