Java frameworks and components : accelerate your Web application development /
This book is a practical tool for Java programmers. It provides the necessary information for them to be able to find, evaluate and select an application framework suitable to their needs. It explains in plain language the benefits of frameworks and component technologies, specifically in relation t...
Clasificación: | Libro Electrónico |
---|---|
Autor principal: | |
Formato: | Electrónico eBook |
Idioma: | Inglés |
Publicado: |
Cambridge, UK ; New York :
Cambridge University Press,
2003.
|
Temas: | |
Acceso en línea: | Texto completo |
Tabla de Contenidos:
- Cover
- Half-title
- Title
- Copyright
- Dedication
- About the Author
- Contents
- Acknowledgments
- CHAPTER 1 Components and Application Frameworks
- 1.1 INTRODUCTION
- 1.2 WHAT ARE THEY?
- 1.2.1 Web Applications
- 1.2.2 Components
- 1.2.2.1 Separation of Interface and Implementation
- 1.2.2.2 Inversion of Control
- Don't call us, We'll call you
- 1.2.2.3 Component Execution Environment
- 1.2.2.4 Components and Objects
- 1.2.2.5 Component-based Development
- 1.2.2.5.1 Types of Components
- 1.2.2.6 JavaBeans
- 1.2.3 Application Frameworks
- 1.2.3.1 What Do They Do?
- 1.2.3.2 Application Framework Characteristics
- 1.2.3.3 Who Needs Them
- 1.2.3.4 What Are they not?
- 1.2.3.5 Frameworks and J2EE
- 1.2.3.6 Frameworks and Enterprise JavaBeans: To EJB or Not to EJB
- 1.2.3.7 Adopting Frameworks
- 1.2.3.8 Good Tools in Bad Times
- 1.2.3.9 Reinventing the Wheel
- 1.2.4 APIs
- 1.2.5 Application Servers: The Web-Application Execution Environment
- CHAPTER 2 Components: The Future of Web-Application Development
- 2.1 WHY ARE COMPONENTS THE FUTURE OF WEB-APPLICATION DEVELOPMENT?
- 2.1.1 Where We Are Today
- 2.1.2 The Market
- 2.1.3 Why Projects Fail.
- 2.2 A BRIEF HISTORY OF COMPONENTS
- 2.3 ADVANTAGES OF COMPONENTS AND FRAMEWORKS
- 2.3.1 Time to Market
- 2.3.2 Quality
- 2.3.3 Cost
- 2.3.4 Adaptability
- Change by Reconfiguring, Not Rewriting
- 2.3.5 Scalability
- 2.3.6 Integration
- 2.4 BEYOND E-COMMERCE: COMPONENTS AT WORK
- 2.5 CONCLUSION: THE FUTURE IS JUST BEGINNING
- CHAPTER 3 Application Frameworks: What Do They Provide and What Are the Benefits?
- 3.1 ADVANTAGES OF FRAMEWORKS
- 3.1.1 Structure
- 3.1.2 Services
- 3.1.3 Completeness
- 3.2 WHAT IS IN THE TOOL BOX? (COMMON ELEMENTS IN WEB-APPLICATION DEVELOPMENT)
- 3.2.1 Application Logic
- 3.2.2 Database Access
- 3.2.2.1 Java Data Objects (JDO)
- 3.2.3 Database Maintenance
- 3.2.4 Logging
- 3.2.5 Event Handling
- 3.2.6 Caching
- 3.2.7 Configuration
- 3.2.8 Scheduling
- 3.2.9 Messaging
- 3.2.10 Error Handling
- 3.2.11 Monitoring and Testing
- 3.2.11.1 Performance
- 3.2.12 Security
- 3.2.12.1 System Security
- 3.2.12.2 Authentication and Authorization
- 3.2.12.2.1 JAAS
- 3.2.12.3 Data Security
- 3.2.12.3.1 Methods of Attack on a Web Application
- 3.2.12.3.2 Auditability
- 3.2.13 Presentation and User Interface.
- 3.2.13.1 Internationalization
- 3.2.13.2 Web UI options
- 3.2.13.2.1 Applets
- 3.2.13.2.2 JSP
- 3.2.13.2.3 XML/XSL
- 3.2.13.2.4 Flash and Other Options
- 3.2.13.2.5 Supporting Flexible UIs
- 3.2.13.3 Portal
- 3.2.13.4 Web Services
- 3.2.14 Legacy Application Integration
- 3.2.15 Utilities
- 3.2.16 Others
- 3.2.17 Summary
- CHAPTER 4 Choosing an Application Framework
- 4.1 OVERVIEW
- 4.1.1 Identification
- 4.1.2 License
- 4.1.3 Complexity
- 4.2 WHAT TO LOOK FOR
- 4.2.1 Design Patterns
- 4.2.2 Examples
- 4.2.3 Documentation
- 4.2.4 Support
- 4.2.5 Standards Compliance.