Versions Compared

Key

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

...

Finally banking application will be deployed as an EAR to the application server. Overview of the contents structure's content of the EAR file is given in the following example.

Code Blocknoformat
java
borderStylejavasolid
|-Bank.ear
   |-BankEJB.jar
	|-META-INF
	    |- ejb-jar.xml
	    |- openejb-jar.xml
   |-BankWeb.war
	|-jsp
            |- customer_info.jsp
	    |- customer_main.jsp
	    |- error.jsp
	    |- exchange_rates.jsp
	    |- index.jsp	
	|-WEB-INF
	    |- web.xml
	    |- geronimo-web.xml
	    |- classes
   |-META-INF
        |- application.xml
        |- geronimo-application.xml
   |-tranql-connector-1.2.rar
   |-BankPool.xml		

...