top

  Info

  • Utilizzare la checkbox di selezione a fianco di ciascun documento per attivare le funzionalità di stampa, invio email, download nei formati disponibili del (i) record.

  Info

  • Utilizzare questo link per rimuovere la selezione effettuata.
IBM tivoli business systems manager V3.1 [[electronic resource] ] : advanced implementation topics / / Budi Darmawan et al
IBM tivoli business systems manager V3.1 [[electronic resource] ] : advanced implementation topics / / Budi Darmawan et al
Autore Darmawan Budi
Pubbl/distr/stampa San Jose, CA, : IBM, c2005
Descrizione fisica 1 online resource (280 p.)
Altri autori (Persone) DoughtyWayne
JobeMichael
LamTimothy
Collana IBM redbooks
Soggetto topico Web servers - Management
Management information systems
Soggetto genere / forma Electronic books.
Formato Materiale a stampa
Livello bibliografico Monografia
Lingua di pubblicazione eng
Record Nr. UNINA-9910450755503321
Darmawan Budi  
San Jose, CA, : IBM, c2005
Materiale a stampa
Lo trovi qui: Univ. Federico II
Opac: Controlla la disponibilità qui
IBM tivoli business systems manager V3.1 [[electronic resource] ] : advanced implementation topics / / Budi Darmawan et al
IBM tivoli business systems manager V3.1 [[electronic resource] ] : advanced implementation topics / / Budi Darmawan et al
Autore Darmawan Budi
Pubbl/distr/stampa San Jose, CA, : IBM, c2005
Descrizione fisica 1 online resource (280 p.)
Altri autori (Persone) DoughtyWayne
JobeMichael
LamTimothy
Collana IBM redbooks
Soggetto topico Web servers - Management
Management information systems
Formato Materiale a stampa
Livello bibliografico Monografia
Lingua di pubblicazione eng
Record Nr. UNINA-9910783545803321
Darmawan Budi  
San Jose, CA, : IBM, c2005
Materiale a stampa
Lo trovi qui: Univ. Federico II
Opac: Controlla la disponibilità qui
JBoss AS 7 development [[electronic resource] ] : develop, deploy, and secure Java applications on the new release of this robust, open source application server / / Francesco Marchioni
JBoss AS 7 development [[electronic resource] ] : develop, deploy, and secure Java applications on the new release of this robust, open source application server / / Francesco Marchioni
Autore Marchioni Francesco
Edizione [2nd ed.]
Pubbl/distr/stampa Birmingham, : Packt Pub., 2013
Descrizione fisica 1 online resource (326 p.)
Collana Community experience distilled
Soggetto topico Web servers - Management
Java (Computer program language)
Open source software
Application software - Development
Soggetto genere / forma Electronic books.
ISBN 1-78216-135-X
Formato Materiale a stampa
Livello bibliografico Monografia
Lingua di pubblicazione eng
Record Nr. UNINA-9910463036903321
Marchioni Francesco  
Birmingham, : Packt Pub., 2013
Materiale a stampa
Lo trovi qui: Univ. Federico II
Opac: Controlla la disponibilità qui
JBoss AS 7 development [[electronic resource] ] : develop, deploy, and secure Java applications on the new release of this robust, open source application server / / Francesco Marchioni
JBoss AS 7 development [[electronic resource] ] : develop, deploy, and secure Java applications on the new release of this robust, open source application server / / Francesco Marchioni
Autore Marchioni Francesco
Edizione [2nd ed.]
Pubbl/distr/stampa Birmingham, : Packt Pub., 2013
Descrizione fisica 1 online resource (326 p.)
Collana Community experience distilled
Soggetto topico Web servers - Management
Java (Computer program language)
Open source software
Application software - Development
ISBN 1-78216-135-X
Formato Materiale a stampa
Livello bibliografico Monografia
Lingua di pubblicazione eng
Record Nr. UNINA-9910786937403321
Marchioni Francesco  
Birmingham, : Packt Pub., 2013
Materiale a stampa
Lo trovi qui: Univ. Federico II
Opac: Controlla la disponibilità qui
JBoss AS 7 development : develop, deploy, and secure Java applications on the new release of this robust, open source application server / / Francesco Marchioni
JBoss AS 7 development : develop, deploy, and secure Java applications on the new release of this robust, open source application server / / Francesco Marchioni
Autore Marchioni Francesco
Edizione [2nd ed.]
Pubbl/distr/stampa Birmingham, : Packt Pub., 2013
Descrizione fisica 1 online resource (326 p.)
Disciplina 005.2762
Collana Community experience distilled
Soggetto topico Web servers - Management
Java (Computer program language)
Open source software
Application software - Development
ISBN 9781782161356
178216135X
Formato Materiale a stampa
Livello bibliografico Monografia
Lingua di pubblicazione eng
Nota di contenuto Intro -- JBoss AS 7 Development -- Table of Contents -- JBoss AS 7 Development -- Credits -- About the Author -- About the Reviewers -- www.PacktPub.com -- Support files, eBooks, discount offers and more -- Why Subscribe? -- Free Access for Packt account holders -- 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 -- Errata -- Piracy -- Questions -- 1. Getting Started with JBoss AS 7 -- An overview of Java EE and JBoss AS 7 -- Welcome to Java EE 6 -- JavaServer Faces (JSF) 2.0 -- Enterprise JavaBeans (EJB) 3.1 -- Java Persistence API (JPA) 2.0 -- Contexts and Dependency Injection for Java -- Java Servlet API 3.0 -- Java API for web services (JAX-RS and JAX-WS) -- Java API for XML-based web services (JAX-WS) -- Java architecture for XML Binding (JAXB) 2.2 -- New features in JBoss AS 7 -- Installing the server and client components -- Installing Java SE -- Testing the installation -- Installing JBoss AS 7 -- Starting up JBoss AS -- Connecting to the server with the Command Line Interface -- Stopping JBoss -- Locating the shutdown script -- Stopping JBoss on a remote machine -- Restarting JBoss -- Installing the Eclipse environment -- Installing JBoss Tools -- Alternative development environments -- Installing Maven -- Testing the installation -- Summary -- 2. What's New in JBoss AS 7 -- AS 7 core concepts -- The AS 7 filesystem -- Managing the application server -- Managing JBoss AS 7 with the web interface -- Launching the web console -- Deploying your first application to JBoss AS 7 -- Advanced Eclipse deployment options -- Managing deployments with the web console -- Changing the deployment scanner properties -- Deploying applications using the CLI -- Deploying applications to a domain -- Summary.
3. Beginning Java EE 6 - EJBs -- EJB 3.1 - new features -- Developing singleton EJBs -- Configuring the project object module (pom.xml) -- Coding our EJB application -- Controlling bean concurrency -- Using bean-managed concurrency -- Cooking session beans -- Adding a stateless bean -- Adding a stateful bean -- Deploying the EJB application -- Creating a remote EJB client -- Configuring the client's project object module -- Coding the EJB client -- Adding EJB client configuration -- Running the client application -- Adding user authentication -- Using the EJB timer service -- Programmatic timer creation -- Scheduling timer events -- Adding asynchronous methods to our EJBs -- Using fire-and-forget asynchronous calls -- Returning a Future object to the client -- Summary -- 4. Learning Context Dependency Injection -- Introducing Context and Dependency Injection -- Named beans -- CDI scopes -- JBoss AS CDI implementation -- Rethinking your ticketing system -- Adding the required dependencies -- Coding the beans -- Building the view -- JSF 2 facet suggestions -- Getting ready to run the application -- Combining the scheduler into our application -- Installing RichFaces -- Making your application rich -- Running the application -- Are EJBs and JSF Managed Beans obsolete? -- Summary -- 5. Combining Persistence with CDI -- Data persistence meets a standard -- Working with JPA -- Adding persistence to our application -- Setting up the database -- Installing the JDBC driver on JBoss AS 7 -- Using the command-line interface to create a new data source -- Creating the Maven project -- Adding Maven configuration -- Cooking entities -- Adding JavaBeans Validation -- Configuring persistence -- Adding producer classes -- Coding queries for your application -- Adding services to your application -- Adding a controller to drive user requests -- Coding the JSF view.
Running the example -- Summary -- 6. Testing Your Applications -- Unit testing and integration testing -- Instruments for testing -- Getting started with Arquillian -- Writing an Arquillian test -- Configuring the pom.xml file -- Writing your first Arquillian test -- Running Arquillian TicketTest -- Running Arquillian TicketTest with a managed container -- Enhancing your Arquillian test -- Additional information -- Summary -- 7. Developing Applications with JBoss JMS Provider -- A short introduction to JMS -- The building blocks of JMS -- The JBoss messaging subsystem -- Creating and using connection factories -- Using JMS destinations -- Adding message-driven beans to your application -- Cooking message-driven beans -- Adding the JMS producer -- Compiling and deploying the application -- Optimizing JMS connections -- Specifying which message to receive using selectors -- Using JMS to integrate with external systems -- A real-world example - HornetQ and ActiveMQ integration -- Installing the ActiveMQ resource adapter -- Consuming ActiveMQ messages -- Summary -- 8. Adding Web Services to Your Applications -- Developing SOAP-based web services -- Strategies for building SOAP web services -- JBoss SOAP web services stack -- A brief look at the JAX WS architecture -- Coding SOAP web services with JBoss AS 7 -- Developing a POJO web service -- Inspecting the web service from the console -- Testing our simple web service -- EJB3 Stateless Session Beans (SLSB) web services -- Developing a web service consumer -- Compiling the example -- Developing REST-based web services -- Accessing REST resources -- JBoss REST web services -- Activating RESTEasy -- Adding REST to our Ticket example -- Consuming our REST service -- Compiling our Ticket example -- Choosing between SOAP and REST services -- Summary -- 9. Managing the Application Server.
Entering the JBoss Command Line Interface (CLI) -- Launching the CLI -- Connecting from remote hosts -- Using the CLI in the graphical mode -- Constructing the CLI commands -- Determining the resource address -- Performing operations on resources -- Using the tab completion helper -- Deploying applications using the CLI -- Deploying applications to a JBoss AS 7 domain -- Deploy to all server groups -- Deploy to a single server group -- Creating CLI scripts -- Deploying an application to several JBoss AS 7 nodes -- Restarting servers in a domain -- Installing a datasource as a module -- Adding JMS resources -- Using advanced languages to create powerful CLI scripts -- Using scripting languages to wrap CLI execution -- Using the raw management API to manage the application server -- Reading management model descriptions via the raw management API -- Creating your resource watches using the detyped API -- Summary -- 10. Clustering JBoss AS 7 Applications -- Clustering basics -- JBoss AS 7 clustering -- Starting a cluster of standalone nodes -- Starting a cluster of domain nodes -- The domain controller configuration -- Host configurations -- Deploying clustered applications -- Clustering EJBs -- Creating HA Stateful Session Beans -- Clustering the Ticket example -- Turning your cache into a distributed cache -- Coding the cluster-aware remote client -- Deploying and testing high availability -- Web application clustering -- Load balancing your web applications -- Installing mod_cluster -- Clustering your web applications -- Programming considerations to achieve HA -- Achieving HA in JSF applications -- Summary -- 11. Securing JBoss AS 7 Applications -- Approaching the Java security API -- JBoss AS 7 security subsystem -- Setting up your first login module -- Using the login module in the Ticket web application -- Switching to FORM-based security.
Creating a Database login module -- Encrypting passwords -- Using the Database login module in your application -- Securing EJBs -- Securing web services -- Securing the transport layer -- Enabling the Secure Socket Layer on JBoss AS -- Certificate management tools -- Securing the HTTP communication with a self-signed certificate -- Securing HTTP communication with a certificate signed by a CA -- Securing EJB communication -- Generating the server and client certificates -- Creating an SSL-aware security realm -- Creating an SSL-aware security realm -- Summary -- A. Rapid Development Using JBoss Forge -- Installing Forge -- Starting Forge -- Creating your first Java EE 6 application with JBoss Forge -- Building and deploying the application -- Your forge-demo application in action -- Index.
Altri titoli varianti JBoss Application Server seven development
Record Nr. UNINA-9910964688903321
Marchioni Francesco  
Birmingham, : Packt Pub., 2013
Materiale a stampa
Lo trovi qui: Univ. Federico II
Opac: Controlla la disponibilità qui
JBoss portal server development [[electronic resource] ] : create dynamic, feature-rich, and robust enterprise portal applications / / Ramanujam Rao
JBoss portal server development [[electronic resource] ] : create dynamic, feature-rich, and robust enterprise portal applications / / Ramanujam Rao
Autore Rao Ramanujam
Pubbl/distr/stampa Birmingham, U.K., : Packt Pub., 2009
Descrizione fisica 1 online resource (276 p.)
Disciplina 005.133
Collana From technologies to solutions
Soggetto topico Web servers - Management
Java (Computer program language)
Open source software
Soggetto genere / forma Electronic books.
ISBN 1-282-00878-1
9786612008788
1-84719-411-7
Formato Materiale a stampa
Livello bibliografico Monografia
Lingua di pubblicazione eng
Nota di contenuto Cover; Copyright; Credits; About the Author; About the Reviewers; Table of Contents; Preface; Chapter 1: Portals and Portal Servers; Portals; Why portals?; Types of portals; Function-based portals; Vertical portal; Horizontal portal; User-based portals; B2B portal; B2C portal; B2E portal; Portal servers; Portlets and portlet container; Constructing a view; Portal specification and WSRP; Servlets and portlets; Summary; Chapter 2: Getting Started with JBoss Portal; JBoss portal server; Features; Installing the server; Getting the software; System requirements; Installation
JBoss portal packaged with JBoss application serverJBoss portal binary without the server; Building JBoss portal from source; Configuration; Changing the context root; Changing the portal port; Setting email service; Configuring proxies; Working with the portal; Getting started; Creating our first portal page; Summary; Chapter 3: Saying Hello with a Portlet; Portal page; JSR-168 and JSR-286-Java portlet specification; Portal URL; Portlet modes; Window states; A Hello World portlet; Portlet development environment; Portlet package structure; Writing the code; Application descriptors
portlet.xmlportlet-instances.xml; sayhello-object.xml; web.xml; Building the application; Deploying the application; Accessing the page and portal URL; Summary; Chapter 4: Managing the View; The Presentation tier in portals; Using Java Server Pages; Archive package structure with JSP; Writing the code; Portlet class; JSPs and portlet tags; Application descriptors; Building the application; Deploying the application; Using Java Server Faces; JSR -301 Portlet Bridge; Package structure with JSF; Application descriptors; Building the application; Deploying the application; Using JBoss Seam
Building a sample application: an intranet portalIntroduction; Creating the MyCompany portal; A JSP portlet; Summary; Chapter 5: Personalizing Our Portal Experience; Personalization and customization; Personalizing the portal; Personalization models; User profile-based; Rules-based; Collaborative filtering; Personalized interface; Layouts; Themes; RenderSets; Custom development; Personalized content; Access-level based portlets; Preference-based portlets; Analytics-based portlets; Customizing the portal; Setting preferences; Drag-and-drop content; Usability settings; Summary
Chapter 6: Portals and AJAXRich user interfaces and AJAX; Asynchronous JavaScript and XML or AJAX; AJAX in JBoss portal; JSR-168 AJAX limitations; JSR-286 and AJAX; Developing an AJAX portlet; The front-end; The server-side portlet; Deployment; AJAX support for markup; Layout markup; Renderer markup; AJAX support for content; Drag-and-Drop; Partial content refresh; Portal object configuration; Portlet configuration; Constraints in implementing partial refresh; Considerations for AJAX implementations; Global variables; State management; Visual cues; Summary; Chapter 7: Databases and Portal
Database use in portal
Record Nr. UNINA-9910456608903321
Rao Ramanujam  
Birmingham, U.K., : Packt Pub., 2009
Materiale a stampa
Lo trovi qui: Univ. Federico II
Opac: Controlla la disponibilità qui
JBoss portal server development [[electronic resource] ] : create dynamic, feature-rich, and robust enterprise portal applications / / Ramanujam Rao
JBoss portal server development [[electronic resource] ] : create dynamic, feature-rich, and robust enterprise portal applications / / Ramanujam Rao
Autore Rao Ramanujam
Pubbl/distr/stampa Birmingham, U.K., : Packt Pub., 2009
Descrizione fisica 1 online resource (276 p.)
Disciplina 005.133
Collana From technologies to solutions
Soggetto topico Web servers - Management
Java (Computer program language)
Open source software
ISBN 1-282-00878-1
9786612008788
1-84719-411-7
Formato Materiale a stampa
Livello bibliografico Monografia
Lingua di pubblicazione eng
Nota di contenuto Cover; Copyright; Credits; About the Author; About the Reviewers; Table of Contents; Preface; Chapter 1: Portals and Portal Servers; Portals; Why portals?; Types of portals; Function-based portals; Vertical portal; Horizontal portal; User-based portals; B2B portal; B2C portal; B2E portal; Portal servers; Portlets and portlet container; Constructing a view; Portal specification and WSRP; Servlets and portlets; Summary; Chapter 2: Getting Started with JBoss Portal; JBoss portal server; Features; Installing the server; Getting the software; System requirements; Installation
JBoss portal packaged with JBoss application serverJBoss portal binary without the server; Building JBoss portal from source; Configuration; Changing the context root; Changing the portal port; Setting email service; Configuring proxies; Working with the portal; Getting started; Creating our first portal page; Summary; Chapter 3: Saying Hello with a Portlet; Portal page; JSR-168 and JSR-286-Java portlet specification; Portal URL; Portlet modes; Window states; A Hello World portlet; Portlet development environment; Portlet package structure; Writing the code; Application descriptors
portlet.xmlportlet-instances.xml; sayhello-object.xml; web.xml; Building the application; Deploying the application; Accessing the page and portal URL; Summary; Chapter 4: Managing the View; The Presentation tier in portals; Using Java Server Pages; Archive package structure with JSP; Writing the code; Portlet class; JSPs and portlet tags; Application descriptors; Building the application; Deploying the application; Using Java Server Faces; JSR -301 Portlet Bridge; Package structure with JSF; Application descriptors; Building the application; Deploying the application; Using JBoss Seam
Building a sample application: an intranet portalIntroduction; Creating the MyCompany portal; A JSP portlet; Summary; Chapter 5: Personalizing Our Portal Experience; Personalization and customization; Personalizing the portal; Personalization models; User profile-based; Rules-based; Collaborative filtering; Personalized interface; Layouts; Themes; RenderSets; Custom development; Personalized content; Access-level based portlets; Preference-based portlets; Analytics-based portlets; Customizing the portal; Setting preferences; Drag-and-drop content; Usability settings; Summary
Chapter 6: Portals and AJAXRich user interfaces and AJAX; Asynchronous JavaScript and XML or AJAX; AJAX in JBoss portal; JSR-168 AJAX limitations; JSR-286 and AJAX; Developing an AJAX portlet; The front-end; The server-side portlet; Deployment; AJAX support for markup; Layout markup; Renderer markup; AJAX support for content; Drag-and-Drop; Partial content refresh; Portal object configuration; Portlet configuration; Constraints in implementing partial refresh; Considerations for AJAX implementations; Global variables; State management; Visual cues; Summary; Chapter 7: Databases and Portal
Database use in portal
Record Nr. UNINA-9910780623503321
Rao Ramanujam  
Birmingham, U.K., : Packt Pub., 2009
Materiale a stampa
Lo trovi qui: Univ. Federico II
Opac: Controlla la disponibilità qui
JBoss portal server development : create dynamic, feature-rich, and robust enterprise portal applications / / Ramanujam Rao
JBoss portal server development : create dynamic, feature-rich, and robust enterprise portal applications / / Ramanujam Rao
Autore Rao Ramanujam
Edizione [1st ed.]
Pubbl/distr/stampa Birmingham, U.K., : Packt Pub., 2009
Descrizione fisica 1 online resource (276 p.)
Disciplina 005.133
Collana From technologies to solutions
Soggetto topico Web servers - Management
Java (Computer program language)
Open source software
ISBN 9786612008788
9781282008786
1282008781
9781847194114
1847194117
Formato Materiale a stampa
Livello bibliografico Monografia
Lingua di pubblicazione eng
Nota di contenuto Cover; Copyright; Credits; About the Author; About the Reviewers; Table of Contents; Preface; Chapter 1: Portals and Portal Servers; Portals; Why portals?; Types of portals; Function-based portals; Vertical portal; Horizontal portal; User-based portals; B2B portal; B2C portal; B2E portal; Portal servers; Portlets and portlet container; Constructing a view; Portal specification and WSRP; Servlets and portlets; Summary; Chapter 2: Getting Started with JBoss Portal; JBoss portal server; Features; Installing the server; Getting the software; System requirements; Installation
JBoss portal packaged with JBoss application serverJBoss portal binary without the server; Building JBoss portal from source; Configuration; Changing the context root; Changing the portal port; Setting email service; Configuring proxies; Working with the portal; Getting started; Creating our first portal page; Summary; Chapter 3: Saying Hello with a Portlet; Portal page; JSR-168 and JSR-286-Java portlet specification; Portal URL; Portlet modes; Window states; A Hello World portlet; Portlet development environment; Portlet package structure; Writing the code; Application descriptors
portlet.xmlportlet-instances.xml; sayhello-object.xml; web.xml; Building the application; Deploying the application; Accessing the page and portal URL; Summary; Chapter 4: Managing the View; The Presentation tier in portals; Using Java Server Pages; Archive package structure with JSP; Writing the code; Portlet class; JSPs and portlet tags; Application descriptors; Building the application; Deploying the application; Using Java Server Faces; JSR -301 Portlet Bridge; Package structure with JSF; Application descriptors; Building the application; Deploying the application; Using JBoss Seam
Building a sample application: an intranet portalIntroduction; Creating the MyCompany portal; A JSP portlet; Summary; Chapter 5: Personalizing Our Portal Experience; Personalization and customization; Personalizing the portal; Personalization models; User profile-based; Rules-based; Collaborative filtering; Personalized interface; Layouts; Themes; RenderSets; Custom development; Personalized content; Access-level based portlets; Preference-based portlets; Analytics-based portlets; Customizing the portal; Setting preferences; Drag-and-drop content; Usability settings; Summary
Chapter 6: Portals and AJAXRich user interfaces and AJAX; Asynchronous JavaScript and XML or AJAX; AJAX in JBoss portal; JSR-168 AJAX limitations; JSR-286 and AJAX; Developing an AJAX portlet; The front-end; The server-side portlet; Deployment; AJAX support for markup; Layout markup; Renderer markup; AJAX support for content; Drag-and-Drop; Partial content refresh; Portal object configuration; Portlet configuration; Constraints in implementing partial refresh; Considerations for AJAX implementations; Global variables; State management; Visual cues; Summary; Chapter 7: Databases and Portal
Database use in portal
Record Nr. UNINA-9910967497503321
Rao Ramanujam  
Birmingham, U.K., : Packt Pub., 2009
Materiale a stampa
Lo trovi qui: Univ. Federico II
Opac: Controlla la disponibilità qui
JBoss Tools 3 developer's guide [[electronic resource] ] : build functional applications from scratch to server deployment using JBoss Tools : 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 / / Anghel Leonard
JBoss Tools 3 developer's guide [[electronic resource] ] : build functional applications from scratch to server deployment using JBoss Tools : 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 / / Anghel Leonard
Autore Leonard Anghel
Pubbl/distr/stampa Birmingham, U.K., : Packt Pub., 2009
Descrizione fisica 1 online resource (408 p.)
Disciplina 005.13/3
005.133
Collana From technologies to solutions
Soggetto topico Web servers - Management
Java (Computer program language)
Application software - Development
Client/server computing
Soggetto genere / forma Electronic books.
ISBN 1-282-09406-8
9786612094064
1-84719-615-2
Formato Materiale a stampa
Livello bibliografico Monografia
Lingua di pubblicazione eng
Nota di contenuto Cover; Table of Contents; Preface; Chapter 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; Chapter 2: JBoss AS Tools; JBoss AS plug-in and the Eclipse Web Tools Platform; Adding 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 ViewBottom part of JBoss Server View; Project archives view; Creating and deploying projects; Summary; Chapter 3: JBoss Tools Palette; JBoss 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; Chapter 4: JSF Tools; Overview of JSF; Creating a JSF project stub; JSF Project Verification; JSF application configuration file; The Diagram view; Creating pages; Adding navigation rules
The Tree viewWorking with Managed Beans; Working with custom converters; Working with custom validators; The Source view; Editing pages code sources; Editing the register.jsp page; Editing the success.jsp page; Editing a start page for the registerJSF project; Testing the registerJSF project; Adding/Removing JSF capabilities for an existing project; Facelets support; Summary; Chapter 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 codeTree view; Source view; Graphical editor for tiles files; Creating a new tiles file; Tree view; Diagram view; Source 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; Client-side validation; Server-side validation; Debugging support for Struts projects; Summary; Chapter 6: Seam Tools; Overview of Seam; Preparations; Creating a new Seam project; General section
Database sectionCode Generation section; Test testSeam project; Creating Seam components; Creating a Seam Action; Creating a Seam Form; Creating a Seam Conversation; Creating a Seam Entity; Seam views; Seam Components view; Project Explorer view; Using TestNG for Seam projects; Generating a Seam project from an existing database; Running the generated Seam application (generateSeam); Modify Seam preferences; Summary; Chapter 7: Hibernate Tools; Overview of Hibernate; Preparations; Hibernate Tools for Eclipse; Manual installation; Hibernate perspective
Creating a Hibernate mapping file (.hbm.xml)
Record Nr. UNINA-9910456647203321
Leonard Anghel  
Birmingham, U.K., : Packt Pub., 2009
Materiale a stampa
Lo trovi qui: Univ. Federico II
Opac: Controlla la disponibilità qui
JBoss Tools 3 developer's guide [[electronic resource] ] : build functional applications from scratch to server deployment using JBoss Tools : 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 / / Anghel Leonard
JBoss Tools 3 developer's guide [[electronic resource] ] : build functional applications from scratch to server deployment using JBoss Tools : 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 / / Anghel Leonard
Autore Leonard Anghel
Pubbl/distr/stampa Birmingham, U.K., : Packt Pub., 2009
Descrizione fisica 1 online resource (408 p.)
Disciplina 005.13/3
005.133
Collana From technologies to solutions
Soggetto topico Web servers - Management
Java (Computer program language)
Application software - Development
Client/server computing
ISBN 1-282-09406-8
9786612094064
1-84719-615-2
Formato Materiale a stampa
Livello bibliografico Monografia
Lingua di pubblicazione eng
Nota di contenuto Cover; Table of Contents; Preface; Chapter 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; Chapter 2: JBoss AS Tools; JBoss AS plug-in and the Eclipse Web Tools Platform; Adding 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 ViewBottom part of JBoss Server View; Project archives view; Creating and deploying projects; Summary; Chapter 3: JBoss Tools Palette; JBoss 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; Chapter 4: JSF Tools; Overview of JSF; Creating a JSF project stub; JSF Project Verification; JSF application configuration file; The Diagram view; Creating pages; Adding navigation rules
The Tree viewWorking with Managed Beans; Working with custom converters; Working with custom validators; The Source view; Editing pages code sources; Editing the register.jsp page; Editing the success.jsp page; Editing a start page for the registerJSF project; Testing the registerJSF project; Adding/Removing JSF capabilities for an existing project; Facelets support; Summary; Chapter 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 codeTree view; Source view; Graphical editor for tiles files; Creating a new tiles file; Tree view; Diagram view; Source 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; Client-side validation; Server-side validation; Debugging support for Struts projects; Summary; Chapter 6: Seam Tools; Overview of Seam; Preparations; Creating a new Seam project; General section
Database sectionCode Generation section; Test testSeam project; Creating Seam components; Creating a Seam Action; Creating a Seam Form; Creating a Seam Conversation; Creating a Seam Entity; Seam views; Seam Components view; Project Explorer view; Using TestNG for Seam projects; Generating a Seam project from an existing database; Running the generated Seam application (generateSeam); Modify Seam preferences; Summary; Chapter 7: Hibernate Tools; Overview of Hibernate; Preparations; Hibernate Tools for Eclipse; Manual installation; Hibernate perspective
Creating a Hibernate mapping file (.hbm.xml)
Record Nr. UNINA-9910780782603321
Leonard Anghel  
Birmingham, U.K., : Packt Pub., 2009
Materiale a stampa
Lo trovi qui: Univ. Federico II
Opac: Controlla la disponibilità qui