submited by krishnas on Thu May 22nd, 2008
ejb java5
The Java EE 5 Security services are provided by the container and can be implemented using declarative or programmatic techniques. In addition to declarative and programmatic ways to implement security (in J2EE), Java EE 5 supports the use of metadata annotations for security. This post will describe how to secure EJB 3.0 beans. The post consists of a simple EJB, with a web client. In order to run the example, follow these steps....
more »
submited by krishnas on Mon Mar 31st, 2008
ejb j2ee
Being a big fan of the EJB 3.0 specification, I read this new EJB 3.1 New Features article published by Serverside right away. Clearly, the current EJB spec is much simpler to use and maintain than previous generations. Building upon that logic, the upcoming EJB 3.1 specification looks even better....
more »
submited by krishnas on Wed Mar 26th, 2008
spring hibernate ejb j2ee
Java EE 5 provides all the features you need to build a robust enterprise application right in an EJB 3.0 container, but incorporating the relative strengths of Spring and Hibernate can further improve the productivity and quality of your application....
more »
submited by krishnas on Fri Nov 16th, 2007
spring ejb
I presented a Spring / EJB 3 Comparison/Integration talk at the IndicThreads Java conference in Poona. It was very well received. Here is the link to the presentation for your reading pleasure....
more »
submited by krishnas on Fri Sep 21st, 2007
ejb j2ee
In "Defining Your Object Model with JPA," Chris Maki walks through a blog's object model with JPA, using mapped superclasses and entity listeners to provide functionality that you might not have thought of. He starts off with some simple requirements of the object model, and then fulfills them - including some requirements that a DBA might offer....
more »
submited by krishnas on Thu Sep 20th, 2007
ejb
I'm looking for feedback on some new features being discussed in the EJB 3.1 expert group. Click here for full details....
more »
submited by krishnas on Tue Aug 14th, 2007
spring hibernate ejb j2ee
Speaking at the Real-World Java Seminar in New York City, Tripod Technologies chief architect Reza Rahman shared with the audience in New York City's historic Roosevelt Hotel the results of an interesting comparative analysis between EJB3, Spring, and Hibernate carried out by him and his coauthor Debu Panda....
more »
submited by krishnas on Mon Jul 30th, 2007
ejb netbeans
In the previous blog Introduction to stateful session Bean in NetBeans there was information regarding developing stateful session bean. Here we will learn how to make call business methods of a stateful session bean....
more »
submited by krishnas on Mon Jul 30th, 2007
ejb netbeans
In previous blog Creating J2ee Modules in NetBeans IDE we got the basic knowledge about creating EJB-Module in NetBeans IDE....
more »
submited by krishnas on Mon Jul 30th, 2007
ejb netbeans
In previous blog Creating Message Driven Beans in NetBeans we learned about developing a Message Driven Bean in NetBeans IDE. Here we will learn how to call it using features of NetBeans IDE....
more »