88 Results for:EJB

  • Sort by: 

EJB 2.1 Web Services (Part 1)

01 Aug 2002

The driving force behind EJB 2.1 is the need for Enterprise JavaBeans technology to support Web services -- a need that in turn is driven by Microsoft's release of its mammoth .NET platform, which is a significant ... Read More

10 application developers to follow on social media

02 Sep 2020

Consider following these 10 application developers on social media to stay up to date on the latest in the industry. They offer interesting insights into the world of app dev. Read More

Free Book: Mastering Enterprise JavaBeans Third Edition

11 May 2006

Published in January 2005, the best-selling book Mastering EJB is now in its third edition and has been updated for EJB2.1 and also features new chapters on security and Web services integration. The book is about ... Read More

What are the differences between EAR, JAR and WAR files?

By Cameron McKenzie 02 Jul 2019

JAR, WAR and EAR files provide options in a Java application deployment. Let's compare these file types and determine which one is right for which environment. Read More

Free Book: Mastering Enterprise JavaBeans 3.0, Fourth Edition

11 Jun 2006

Published in July 2006, the best selling book Mastering EJB is now in its fourth edition and has been updated for EJB 3.0. This edition features chapters on session beans and message-driven beans, EJB-Java EE ... Read More

What is an Application Server?

28 Mar 2011

Historically, the Java professional has thought of the application server as a system that can support the deployment and runtime of Servlet and EJB applications. But that definition is changing. Read More

A HibernateUtil class example to simplify JPA code

By Cameron McKenzie 30 Sep 2020

Developers can use HibernateUtil to mitigate access to JPA EntityManager and create more readable, less resource intensive code for data-driven applications. Read More

Serve It Up with J2EE 1.4 - Use JCA 1.5 and EJB 2.1 to Extend your App Server

01 Jan 2003

J2EE application servers have become the standard for serving Web-based applications, and for good reason. Application servers provide a secure, reliable and manageable execution environment for Web applications ... Read More

Step-by-step SOAP web services example in Java using Eclipse

By Cameron McKenzie 06 Aug 2018

There was a time when creating a SOAP web service was an arduous task. In this step-by-step SOAP web services example in Java using Eclipse, let's show how times have changed. Read More

Let's dispel three common Java microservices myths

By Cameron McKenzie 06 Sep 2018

It's easy to develop Java microservices, but confusion over what they are and how they work tends to muddy the waters. Here, we clarify a few myths pertaining to Java microservices. Read More