Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • EJB
  • EJB Local
  • JDBC Connection Pool
  • JMS Connection Factory
  • JMS Destination
  • JavaMail Session & Web Service References declared in the web-apps are auto discovered and users are asked to resolve them by listing Available Resources in the server environment to which they can be linked.
  • Above type of references declared inside the Java classes through Annotations are also auto discovered.
  • Simplified configuration of Security.

Using the wizard

The plan creator wizard will behave differently depending on the type of application you are installing. The following sections provide sample applications with different features so you can better appreciate the wizard behavior.

Sample with annotations

There are three simple applications attached to give you a better idea how the plan creator wizard would work when deploying applications using annotations.

JDBC access
Anchor
jdbc
jdbc

This sample is a very simple database access application that uses annotations. For this example we have created a sample BankDB database on the embedded Derby. We have also defined before hand a database connection pool. We In this section we will not cover how to create a database or a connection pool in this section , however we provide in the attachment section the necessary SQL to generate the required sample database.

The Annotations-TestJDBCAccess.zip file provides a BankDB.sql, WebAppJDBCAccessAnnotations.war which is the WAS we will be deploying and a sample of the generated deployment plan WebAppJDBCAccessAnnotations_generatedPlan.xml. Download and extract the zip file to a directory of your convenience.

EJB access
Anchor
ejb
ejb

JMS access
Anchor
jms
jms

Sample without annotations