Introducing Enterprise Java Beans
  • The demo system shows
    • Server-based application with multiple types of remote client
    • Business data stored in a standard SQL database
    • System is robust and secure
  • Business objects are represented as Java objects
    • Applications simply manipulate these objects and are isolated from the details of database access
    • Transactional properties of the system maintained automatically
  • This is Enterprise Java Beans
    • Robust & scalable server-based applications
    • Presented to the application programmer as Java objects

Next Slide >>