Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    <p>EJB enhanced a lot over the last 5 years. Especially with version 3 they became a lot more lightweight.</p> <p>Java EE 6 has a web-profile that makes it possible to even run on a tomcat server a Java EE stack. <a href="http://www.oracle.com/technetwork/java/javaee/resources-jsp-139799.html" rel="nofollow">http://www.oracle.com/technetwork/java/javaee/resources-jsp-139799.html</a></p> <p>Further it is possible to install all the necessary components on tomcat: <a href="http://tomee.apache.org/apache-tomee.html" rel="nofollow">http://tomee.apache.org/apache-tomee.html</a></p> <p>I have an example project including EJBs on github that shows how to use them:</p> <p><a href="https://github.com/ManuelB/facebook-recommender-demo" rel="nofollow">https://github.com/ManuelB/facebook-recommender-demo</a></p> <p>Further I would recommend the screencasts of Adam Bien: <a href="http://www.adam-bien.com/roller/abien/" rel="nofollow">http://www.adam-bien.com/roller/abien/</a></p> <p>If redeployment times are the reason why you aren't using EJB you should look into: <a href="http://zeroturnaround.com/software/jrebel/" rel="nofollow">http://zeroturnaround.com/software/jrebel/</a></p> <p>To still answer your question you should look into the following Java Web Frameworks as EJB alternatives:</p> <ul> <li>Apache Wicket <a href="https://wicket.apache.org/" rel="nofollow">https://wicket.apache.org/</a></li> <li>Apache Tapestry <a href="http://tapestry.apache.org/" rel="nofollow">http://tapestry.apache.org/</a></li> <li>The play framework <a href="http://www.playframework.com/" rel="nofollow">http://www.playframework.com/</a></li> <li>Spring <a href="http://projects.spring.io/spring-framework/" rel="nofollow">http://projects.spring.io/spring-framework/</a></li> </ul>
    singulars
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. VO
      singulars
      1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload