EJB & Web Service Applications Learning Trail
What Are EJB and Web Service Applications?
Enterprise JavaBeans (EJB) technology is a managed, server-side
component architecture for modular construction of enterprise
applications. EJB technology enables rapid and simplified development
of distributed, transactional, secure and portable applications based
on Java technology.
EJB technology includes the Java Persistence API. This is the
standard API for the management of
persistence and object/relational mapping. It provides an
object/relational mapping facility for application developers using
a Java domain model to manage a relational database.
EJB technology can be used to expose business methods as
web services.
Web services are distributed application components that are externally
available. You can use them to integrate computer applications that are written in different languages and run on different platforms. Web services are language and platform independent because vendors have agreed on common web service standards.
Both EJB and web service applications are deployed to a Java EE application server, such as GlassFish /
Sun Java System Application Server.
This page provides links to some of the NetBeans documents and
resources that can help you learn how to develop EJB and web service
applications with NetBeans IDE.
EJB Technology and Java Persistence
SOAP Web Services
RESTful Web Services
Web Service Reliability and Security
|
Tutorials and Other Docs
FAQs
Blogs
|