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

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 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.

Sample without annotations