| Author |
General Java EE questions
|
Eva Thant
Greenhorn
Joined: Sep 26, 2012
Posts: 3
|
|
I am new to Java EE. I haven't written a single of code yet. I want to use GlassFish 3 as it's come with J EE. Another reason is NetBeans 7.x and JBoss AS 7 don't mingle!
I am studying "Oracle GlassFish Server 3.1 Application Deployment Guide". Here is the link http://docs.oracle.com/cd/E18930_01/html/821-2417/gihzx.html#gihzc
I'm trying to learn about the Deployment Descriptor. From the link above there is also a link about the XML schemas that define Java EE standard deployment descriptors. Here is the link http://java.sun.com/xml/ns/javaee/
This link redirects to Oracle Java page. I guess Oracle has moved it somewhere or may be removed it entirely.
Does anyone know the new working link? OR is there any website that talks about XML schemas that define Java EE standard deployment descriptors?
------------------------------------------------------------------------------------------------------------------------------------------------
Has anyone used/using Cajo? http://java.net/projects/cajo/pages/Home
From Cajo Project site :-
The cajo project is a free library to enable spontaneous transparent interaction between Java Virtual Machines. It abstracts away all of the network related boilerplate, allowing multi-JVM applications to consist of ordinary, unannotated Java objects. No XML configuration files are used either, everything is 100% pure Java. Welcome to the home of the World Wide Virtual Machine.
The project owner John Catherino claims :-
I hereby publicly claim that there exists no Java distributed computing framework that is equally flexible, and as fast, as cajo.
Source: http://weblogs.java.net/blog/cajo/archive/2009/07/i_claim_king_of.html
Cajo looks attractive! But for some reason I can't use it at the OpenShift Dot Com (Red Hat). I'm stuck at the cajo constructor.
Thank you.
|
 |
Ranganathan Kaliyur Mannar
Bartender
Joined: Oct 16, 2003
Posts: 925
|
|
Hi Eva,
Welcome to the Ranch!
In JEE version 6, the reliance on deployment descriptors has been reduced to a large extent. You can now develop servlets and enterprise beans without a single line of deployment descriptors (using annotations).
For more info, you can checkout the tutorial.
If you still need the deployment descriptor xsd, here they are:
Servlet
EJB
|
Ranga.
SCJP 1.4, OCMJEA/SCEA 5.0.
|
 |
Eva Thant
Greenhorn
Joined: Sep 26, 2012
Posts: 3
|
|
Hi Ranganathan Kaliyur Mannar,
Thank you for your reply. It is really great that deployment descriptors are no longer mandatory requirement for developing JEE applications. I really don't like them.
I sincerely thank you for those commented XSDs.
THANK YOU.
Eva
|
 |
Ranganathan Kaliyur Mannar
Bartender
Joined: Oct 16, 2003
Posts: 925
|
|
|
Sure, you're welcome.
|
 |
 |
|
|
subject: General Java EE questions
|
|
|