Showing posts with label JBoss. Show all posts
Showing posts with label JBoss. Show all posts

Saturday, June 23, 2012

Hibernate ORM 4.1.4

Hibernate team released it's latest version 4.1.4.

Changes Log
https://hibernate.onjira.com/browse/HHH/fixforversion/11960

Artifacts available in JBoss Repo & Maven
https://repository.jboss.org/nexus/content/groups/public/org/hibernate/

Reference
http://in.relation.to/Bloggers/HibernateORM414Release

Sunday, April 22, 2012

JBoss Application Server 7.1.1.Final!

JBoss Application Server 7.1.1.Final is available,Download it from here.

Release notes  - Information about bugs, enhancements and features,etc.




Saturday, March 17, 2012

Difference between Servlet container and Application server

Servlet Container - Tomcat 5/6/7, Jetty,etc

It supports a application which is based on Servlet Technology,  it also handles extension of the servlet technology such as JSP, JSTL,etc.

Possible to deploy most of the JavaEE Technologies on Servlet container, For that we have to add respective Technology APIs(either by maven repo/ant) on your application

Application Server: WebLogic, JBoss, GlassFish,etc

It supports a application which is based on JavaEE Technologies - EJB,Servlet,JSP,JF,JMS,JTA,etc.