Programming Tutorials

(追記) (追記ここまで)

ENTERPRISE JAVA BEANS

By: aathishankaran in EJB Tutorials on 2007年02月20日 [フレーム]

Enterprise Java Bean (EJB) is a Server Component Model for Java and is a specification for creating server side, scalable, transactional, multi-user and secure enterprise level applications. EJB are write-once, run-anywhere, middle-tier components. Most importantly, EJB can be deployed on top of existing transaction processing systems including traditional transaction processing monitors, web servers, database servers, application servers, etc.

EJB brings a similar concept to building enterprise applications. Users can now focus on developing business logic with ease, while being shielded from the aspects of enterprise application development through the use of EJB components.

Hence, we are developing Distributed Component Router for Supply Chain Management System.

These applications may be written once and then deployed on any server platform that supports the Enterprise Java Beans specifications. EJB is a component model for component transaction monitors, which are based on distributed object technologies.

A major highlight of the EJB specification is the support for ready – made components. This allows you to "plug and work" with off the shell EJB without having to develop or test them or have any knowledge of their inner workings.




(追記) (追記ここまで)


Add Comment

JavaScript must be enabled for certain features to work
* Required information
1000

Comments

No comments yet. Be the first!
(追記) (追記ここまで)
(追記) (追記ここまで)

AltStyle によって変換されたページ (->オリジナル) /