[jboss-user] [Beginner's Corner] - JBoss Supported Java Standards

Peter Johnson do-not-reply at jboss.com
Fri Jul 23 11:10:51 EDT 2010


Peter Johnson [http://community.jboss.org/people/peterj] replied to the discussion

"JBoss Supported Java Standards"

To view the discussion, visit: http://community.jboss.org/message/554195#554195

--------------------------------------------------------------
1) Yes, and no. It means that the App Server must provide that functionality, whther it does so as part of the JVM or not is up to the App Server vendor. Example: Java EE 5 requires Java Util Logging; this logging is part of the JVM, whether the App Server provides funcionality around this or not is up to the vendor; JBoss AS 5.x recognizes Java Util Logging and redirects it to Log4J which performs the actual logging.

2) Yes the App Server must obey the JNDI SPI specifications. Typically, for this type of functionality, the JVM provides a rudimentary implementation that works just fine for a stand-alone app. The App Server will implement more robust funtionlaity to support multiple deployed apps and remote apps. So JBoss AS does not reply just on the JVM's JNDI implementation but rather provides its own (at least, that is my understanding- I haven't researched the JNDI code specifically, but I know, for instance, that my statements apply to RMI).

--------------------------------------------------------------

Reply to this message by going to Community
[http://community.jboss.org/message/554195#554195]

Start a new discussion in Beginner's Corner at Community
[http://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2075]

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.jboss.org/pipermail/jboss-user/attachments/20100723/21ac0d6a/attachment.html 


More information about the jboss-user mailing list