Cargando…

JBoss Tools 3 Developers Guide.

Develop JSF, Struts, Seam, Hibernate, jBPM, ESB, web services, and portal applications faster than ever using JBoss Tools for Eclipse and the JBoss Application Server.

Detalles Bibliográficos
Clasificación:Libro Electrónico
Autor principal: Leonard, Anghel
Formato: Electrónico eBook
Idioma:Inglés
Publicado: Birmingham : Packt Pub., 2009.
Temas:
Acceso en línea:Texto completo
Tabla de Contenidos:
  • JBoss Tools 3 Developer's Guide; JBoss Tools 3 Developer's Guide; Credits; About the Author; About the Reviewers; Preface; What this book covers; What you need for this book; Who this book is for; Conventions; Reader feedback; Customer support; Downloading the example code for the book; Errata; Piracy; Questions; 1. An overview of JBoss Tools; What's new in JBoss Tools 3?; Installing JBoss Tools; Installing Eclipse version 3.4.x (Eclipse Ganymede); Installing JBoss Tools through Eclipse software updates; Manual installation of JBoss Tools; Summary; 2. JBoss AS Tools.
  • JBoss AS plug-in and the Eclipse Web Tools PlatformAdding a WTP Runtime in Eclipse; Adding a WTP server in Eclipse; Creating our first web project--a dynamic web project stub; Deploying the test project on JBoss 4.2 Server; JBoss AS Perspective; JBoss Server View; Top part of JBoss Server View; Starting the JBoss AS; Stopping the JBoss AS; Additional operations on JBoss AS; Server publish status; Bottom part of JBoss Server View; Modules category; Event Log category; XML configuration category; JMX Console category; Project archives view; Creating and deploying projects; Summary.
  • 3. JBoss Tools PaletteJBoss Tools Palette Toolbar; Palette Editor; Creating a set of icons; Importing an icon; Creating a group of tag libraries; Creating a tag library; Creating a new tag; Show/Hide; Importing third-party tag libraries; Using tags in text files; Summary; 4. JSF Tools; Overview of JSF; Creating a JSF project stub; JSF Project Verification; JSF application configuration file; The Diagram view; The Tree view; Working with Managed Beans; Working with custom converters; Working with custom validators; The Source view; Creating pages; Adding navigation rules.
  • Editing pages code sourcesEditing the register.jsp page; Editing a start page for the registerJSF project; Testing the registerJSF project; Editing the success.jsp page; Adding/Removing JSF capabilities for an existing project; Facelets support; Summary; 5. Struts Tools; Overview of Struts; Struts project verification; Creating a Struts project stub; Struts editors; Graphical editor for struts-config.xml; Diagram view; Let's add some code inside JSPs; Generate source code; Tree view; Creating a form bean; Source view; Graphical editor for tiles files; Creating a new tiles file; Tree view.
  • Diagram viewSource view; Create a start page for the registerStruts application; Testing registerStruts application; Struts Tools and validation aspects; Turning on the automatic validator; Creating the properties file for validation purposes; Graphical editor for validation files; ; Custom message for the name property (required rule); Custom message for the zip property (required and mask rules); Custom message for the email property (required and email rules); Client-side validation; Server-side validation; Creating JSP pages; Creating an action mapping.