JBoss recently announced that initial support for EJB 3.1 will be available in the upcoming JBoss 6.0 M2 application server. At present, the EJB 3.1 functionality supported is: developing EJBs without declaring interfaces; and deploying EJBs in WAR files Since JBoss AS 6.0 M2 isn’t currently available, the best way to get it to try out this new finctionality is to check the source out from the JBoss Subversion repository and build the application server. Building JBoss AS 6.0 from the trunk is very straightforward to build. To checkout and build the code, you need to have Subversion and Maven installed on your development system. The code can be checked out from the anonymous JBoss Subversion repository: svn co http://anonsvn.jboss.org/repos/jbossas/trunk After checking out (which may take up to an hour or more), the source can be built using the build/build.bat (build/build.sh) command or by using Maven. > cd trunk\build > mvn clean install After about 10 minute...
... real developers use subtitles