Java EE
Java Platform, Enterprise Edition or Java EE is a widely used platform for server programming in the Java programming language.
Application
Any
Language
Any
License
Any
This tutorial shows how to create a portable end-to-end Web service in multiple J2EE environments with the IBM WebSphere Studio Application Developer 5.1.1 Web Service wizard. The Web service client...
J2EETM Deployathon Online! has been updated. It's now based on the latest version of the Java Pet Store application (version 1.1.2). If you've previously run J2EE Deployathon Online!, you'll notice...
J2EE Alphabet Soup: An introduction to Java APIs and acronyms
is a reference list describing in easy to understand terms what
is meant by popular Java acronyms.
Using a test automation application as an example, this article
demonstrates how WebSphere Application Server's HttpSession
capabilities can be exploited to secure Java servlet Web
applications...
Web application events are new in Servlet 2.3 specification. They give you greater degree of control over your web application. In this article we will study two important application events : *...
We have a J2EE application where clients with the same userid need to share the session data that is maintained on the server side. In addition, clients aren't just Web clients, but applets and...