1 / 37

Welcome!

Welcome!. Introduction to Java 2 Enterprise Edition Presented by Communication & Collaboration Technologies Division of the Chief Information Officer Rensselaer Polytechnic Institute. Main Topics. Introduction The Goal The Problem The Solution What is J2EE ? The J2EE Framework

idola
Download Presentation

Welcome!

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Welcome! Introduction to Java 2 Enterprise Edition Presented by Communication & Collaboration Technologies Division of the Chief Information Officer Rensselaer Polytechnic Institute

  2. Main Topics • Introduction • The Goal • The Problem • The Solution • What is J2EE? • The J2EE Framework • Case Studies / Examples

  3. Introduction “Enterprises today need to extend their reach, reduce their costs, and lower their response times” • Simplified Guide to the Java 2 Platform, Enterprise Edition, Sun Microsystems, Inc.

  4. Introduction IT must provide: • High quality services • Highly Available • Secure • Scalable • Powerful services • Useful • Flexible • Extensible • Affordable

  5. The Problem Difficult Tasks! • produce • purchase • support • maintain • replace Complex software is expensive to:

  6. ? The Problem Why not delegate components to different departments? Departmental solutions are: • Limited in scope • Difficult to be aware of enterprise- wide requirements and initiatives • Difficult to leverage • Diverse interoperabilty standards

  7. The Solution • Cost and complexity • Solution: Leverage reusable software components • Limited scope and impact • Solution: Provide interfaces that enable enterprise-wide application development • Diverse standards • Solution: Utilize existing standards and software components • Strength: Leveraged departmental core compentencies • Strongly defined roles and software interfaces allow maximum collaboration

  8. What is J2EE? What is Java 2 Enterprise Edition? "The Java 2 platform, Enterprise Edition reduces the cost and complexity of developing ... multi-tier services, resulting in services that can be rapidly deployed and easily enhanced“ • Simplified Guide to the Java 2 Platform, Enterprise Edition, Sun Microsystems, Inc.

  9. What is J2EE? J2EE Provides: • Enabling technology • Standards based application model • A common architecture that provides key common functionality: • Security • Session Management • Scalability

  10. What is J2EE? • Applications architecture • Partitioning of application logic • Improves maintainability • Simplifies software upgrades and management What does "multi-tier" mean?

  11. What is J2EE? • Enables increased aggregate functionality • Reduces component maintenance cost • Separation of workload to improve scalability and reliability • Strong separation prevents vendor lock-in What does "multi-tier" mean?

  12. * client server *Business Logic Some History Two tier application ("thin client") • Easy to upgrade client • Expensive to scale and to add functionality

  13. client server Some History Two tier application ("client/server") • Strong scalability • Poor upgradability and difficult management

  14. client app server server Today Three tier application • Thin clients make easy upgrades • Centralized application server management is easier to manage • Model allows for horizontal scalability

  15. Today Three tier application • Thin clients make easy upgrades • Centralized application server management is easier to manage • Model allows for horizontal scalability client app server server

  16. Today

  17. Today N-tier application • View application server as a data store • Leverage data abstraction

  18. N-Tier Application

  19. Banner LDAP N-Tier Application

  20. N-Tier Application

  21. N-Tier Application

  22. N-Tier Application

  23. N-Tier Complexity

  24. Business Logic

  25. Business Logic P R O C E S S I N P U T O U T P U T data data

  26. N-Tier Complexity

  27. N-Tier Complexity

  28. N-Tier Complexity

  29. N-Tier Complexity

  30. N-Tier Complexity

  31. N-Tier Complexity

  32. Servlets JSP/XML/XSLT Session Beans Entity Beans J2EE

  33. J2EE Servlets JSP/XML/XSLT Session Beans EntityBeans

  34. Example: The Kiosk

  35. Servlets JSP/XML/XSLT Session Beans EntityBeans article get article restore category utility Example: The Kiosk client view admin view

  36. http://j2ee.rpi.edu/helpdesk Clones http://j2ee.rpi.edu/kiosk http://www.va.rpi.edu http://www.eng.rpi.edu/frame_news.html

  37. External Application The J2EE Framework Java Technologies

More Related