JavaEE6 Weblogic exercice 1

De $1

Table des matières
  1. 1. Introduction
  2. 2. Install the different components
  3. 3. Set Weblogic to deploy "exploded archives"
  4. 4. Creating a "web profile JavaEE 6 project", write a servlet and an EJB for testing
    1. 4.1. Add a servlet, run the project
    2. 4.2. Add a stateless session bean EJB
    3. 4.3. Call the session bean from the servlet
  5. 5. Add JPA to the project, access a javaDB database
    1. 5.1. Check that Derby/JavaDB is running, connect the sample database to Eclipse and to Weblogic
    2. 5.2. Add JPA facet to the project
    3. 5.3. Configure the persistence.xml file using the design tool
    4. 5.4. Add a JPA entity class mapped to the Manufacturer table of the sample database
    5. 5.5. Write a stateless session bean facade for this entity class
    6. 5.6. Let's the servlet use the session bean facade
  6. 6. Use a JSP with JSTL and EL to display the results
    1. 6.1. Modify the servlet so that the request if forwarded to a JSP for displaying the data
    2. 6.2. Add a JSP page for viewing the data, using JSTL and EL
  7. 7.  Implements the rest of the CRUD operations
    1. 7.1. Add several methods to the ManufacturerFacade.java file
    2. 7.2. And modify the Servlet so that it can do several actions depending on HTTP parameters
  8. 8. Adapt the JSP so that you can remove, add or search a manufacturer
  9. 9. Play with CDI, add injectable beans to the project, use of CDI qualifiers
    1. 9.1. Enable CDI in your project
    2. 9.2. Create an injectableBeans package, add a TextDecorator interface
    3. 9.3. Add a beans that implements the TextDecorator interface, names BoldMaker
    4. 9.4. Inject the bean in the Servlet, test the project
    5. 9.5. Add a second injectable bean for decorating Strings in italic
    6. 9.6. Create two qualifier annotations, qualify the beans, qualify the injection
  10. 10. Using interceptors
    1. 10.1. Add an interceptor binding type annotation to the project named @Logging
    2. 10.2. Add an interceptor that implements the @Logging annotation/interface
    3. 10.3. Update the beans.xml
    4. 10.4. Annotated the ManufacturerFacade for logging, run the project

Sélectionnez les versions à comparer et cliquez sur 'Comparaison versions'.

Comparer Date de révisionModifié parRésumé des modifications
Voir la version 17:32, 15 Oct 2012 MichelBuffa 126 mots ajoutés
Voir la version 17:22, 15 Oct 2012 MichelBuffa 1125 mots ajoutés
Voir la version 16:54, 15 Oct 2012 MichelBuffa 1234 mots ajoutés
Voir la version 12:41, 15 Oct 2012 MichelBuffa 1 mots supprimés
Voir la version 18:14, 13 Oct 2012 MichelBuffa 570 mots ajoutés, 1 mots supprimés
Voir la version 18:12, 13 Oct 2012 MichelBuffa 41 mots ajoutés, 4 mots supprimés
Voir la version 17:50, 13 Oct 2012 MichelBuffa aucun mot modifié
Voir la version 17:47, 13 Oct 2012 MichelBuffa 1330 mots ajoutés
Voir la version 17:02, 13 Oct 2012 MichelBuffa 8 mots ajoutés, 1 mots supprimés
Voir la version 17:01, 13 Oct 2012 MichelBuffa 15 mots ajoutés
Voir la version 17:00, 13 Oct 2012 MichelBuffa 449 mots ajoutés, 6 mots supprimés
Voir la version 16:51, 13 Oct 2012 MichelBuffa 335 mots ajoutés
Voir la version 14:26, 13 Oct 2012 MichelBuffa 129 mots ajoutés, 1 mots supprimés
Voir la version 14:20, 13 Oct 2012 MichelBuffa 957 mots ajoutés, 27 mots supprimés
Voir la version 13:32, 13 Oct 2012 MichelBuffa 62 mots ajoutés, 1 mots supprimés
Voir la version 13:27, 13 Oct 2012 MichelBuffa 74 mots ajoutés
Voir la version 12:19, 13 Oct 2012 MichelBuffa aucun mot modifié
Voir la version 12:19, 13 Oct 2012 MichelBuffa 212 mots ajoutés
Voir la version 12:17, 13 Oct 2012 MichelBuffa 285 mots ajoutés
Voir la version 09:20, 13 Oct 2012 MichelBuffa 546 mots ajoutés
Voir la version 08:14, 13 Oct 2012 MichelBuffa aucun mot modifié
Voir la version 08:14, 13 Oct 2012 MichelBuffa 225 mots ajoutés, 5 mots supprimés
Voir la version 07:51, 13 Oct 2012 MichelBuffa page créée, 188 mots ajoutés