• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Liutauras Vilda
  • Ron McLeod
  • Jeanne Boyarsky
  • Paul Clapham
Sheriffs:
  • Junilu Lacar
  • Tim Cooke
Saloon Keepers:
  • Carey Brown
  • Stephan van Hulst
  • Tim Holloway
  • Peter Rooke
  • Himai Minh
Bartenders:
  • Piet Souris
  • Mikalai Zaikin

General Java EE questions

 
Greenhorn
Posts: 3
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
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.
 
Bartender
Posts: 1104
10
Netbeans IDE Java Ubuntu
  • Likes 1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
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
 
Eva Thant
Greenhorn
Posts: 3
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
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
Posts: 1104
10
Netbeans IDE Java Ubuntu
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Sure, you're welcome.
 
If you have a bad day in October, have a slice of banana cream pie. And this tiny ad:
Thread Boost feature
https://coderanch.com/t/674455/Thread-Boost-feature
reply
    Bookmark Topic Watch Topic
  • New Topic