Jump to content
Main menu
Main menu
move to sidebar
hide
Navigation
Aphorismen
Applications
Business Economics & Admin.
My Computers
Cooking
Devices
Folders
Food
Hardware
Infos
Software Development
Sports
Operation Instructions
Todos
Test
Help
Glossary
Community portal
adaptions
Sidebar anpassen
Wiki RB4
Search
Search
Create account
Log in
Personal tools
Create account
Log in
Pages for logged out editors
learn more
Contributions
Talk
Editing
JEE
(section)
Page
Discussion
English
Read
Edit
View history
Toolbox
Tools
move to sidebar
hide
Actions
Read
Edit
View history
General
What links here
Related changes
Special pages
Page information
Warning:
You are not logged in. Your IP address will be publicly visible if you make any edits. If you
log in
or
create an account
, your edits will be attributed to your username, along with other benefits.
Anti-spam check. Do
not
fill this in!
==Introduction== ===Versions=== *J2EE *JEE 5 *JEE 6 Die aktuelle Version der J2EE-Spezifikation ist die Version 6.0. Der neue Name fΓΌr die Spezifikation lautet Java Platform, Enterprise Edition, kurz Java EE. ===Overview=== JEE basiert auf der Standard Edition (Java SE) and is a collection of specifications for server-based services and frameworks. The Java EE platform uses a simplified programming model. XML deployment descriptors are optional. Instead, a developer can simply enter the information as an annotation directly into a Java source file, and the Java EE server will configure the component at deployment and runtime. These '''annotations''' are generally used to embed in a program data that would otherwise be furnished in a deployment descriptor. With annotations, you put the specification information in your code next to the program element affected. In the Java EE platform, '''dependency injection''' can be applied to all resources that a component needs, effectively hiding the creation and lookup of resources from application code. Dependency injection can be used in EJB containers, web containers, and application clients. Dependency injection allows the Java EE container to automatically insert references to other required components or resources, using annotations. Expert groups, composed of interested parties, have created Java Specification Requests (JSRs) to define the various Java EE technologies: *'''Web Services Technologies''' **Implementing Enterprise Web Services (JSR 109) **Java API for XML-Based Web Services (JAX-WS) 2.0 (JSR 224) **Java API for XML-Based RPC (JAX-RPC) 1.1 (JSR 101) **Java Architecture for XML Binding (JAXB) 2.0 (JSR 222) **SOAP with Attachments API for Java (SAAJ) (JSR 67) **Streaming API for XML (JSR 173) **Web Service Metadata for the Java Platform (JSR 181) *'''Web Application Technologies''' **Java Servlet (JSR 154) **[[JEE#Java_Server_Faces_.28JSF.29|Java Server Faces 1.2 (JSR 252)]] **[[JEE#Java_Server_Pages_.28JSP.29|Java Server Pages]] **Java Server Pages Standard Tag Library (JSR 52) *'''Enterprise Application Technologies''' **[[JEE#Enterprise_Java_Beans_.28EJB.29|Enterprise Java Beans 3.0 (JSR 220)]] **[[JEE#JCA|J2EE Connector Architecture 1.5 (JCA) (JSR 112)]] **Common Annotations for the Java Platform (JSR 250) **[[JEE#Java_Message_Service_.28JMS.29|Java Message Service (JMS) (JSR 914)]] **Java Persistence API (JSR 220) **Java Transaction API (JTA) (JSR 907) **Java Beans Activation Framework (JAF) 1.1 (JSR 925) **Java Mail (JSR 919) **[[#Context_and_Dependency_Injection|Contexts and Dependency Injection (CDI) (JSR 299)]] *'''Management and Security Technologies''' **J2EE Application Deployment (JSR 88) **J2EE Management (JSR 77) **Java Authentication and Authorization Services (JAAS) (JSR 115) **[[JEE#JNDI|Java Naming and Directory Interface (JNDI)]] Successfully tested JEE-server get from Sun the grade 'Jave EE compliant'.
Summary:
Please note that all contributions to Wiki RB4 may be edited, altered, or removed by other contributors. If you do not want your writing to be edited mercilessly, then do not submit it here.
You are also promising us that you wrote this yourself, or copied it from a public domain or similar free resource (see
Uwe Heuer Wiki New:Copyrights
for details).
Do not submit copyrighted work without permission!
Cancel
Editing help
(opens in new window)
Toggle limited content width