The Artima Developer Community
Sponsored Link

Java Buzz Forum
application.xml file description

0 replies on 1 page.

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 0 replies on 1 page
Goldy Lukka

Posts: 1008
Nickname: xyling
Registered: Jan, 2004

Goldy Lukka is a Java Developer and an Entrepreneur. He is Founder of xyling.com.
application.xml file description Posted: Jul 27, 2004 11:12 AM
Reply to this message Reply

This post originated from an RSS feed registered with Java Buzz by Goldy Lukka.
Original Post: application.xml file description
Feed Title: Xyling Java Blogs
Feed URL: http://www.javablogs.xyling.com/thisWeek.rss
Feed Description: Your one stop source for Java Related Resources.
Latest Java Buzz Posts
Latest Java Buzz Posts by Goldy Lukka
Latest Posts From Xyling Java Blogs

Advertisement
J2EE developers often package their EJBs into JAR files and WEB modules (jsp/servlet/html) into WAR files. Another level of packaging is to create an EAR file that consist of JAR and/or WAR files. For creating such a file, you need to issue the following command

jar cvf file_name.ear ejb_file1.jar ejb_filen.jar web_file.war META-INF/

The META-INF directory contains a file named application.xml
The application.xml file is the deployment descriptor for Enterprise Application Archives.

Link to resource is a page from the BEA docs that neatly describes various elements of this file and their usage.

[Resource-Type: Tip: Category: Java/J2EE; XRating: 3]

Read: application.xml file description

Topic: IntelliJ Plugin: Read build.xml and work out paths and classpaths Previous Topic   Next Topic Topic: Changing email server-side?

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use