NetBeans Forums

 FAQFAQ   SearchSearch   MemberlistMemberlist   RegisterRegister   ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 
  

Packing jars in ear and include them in manifests in web and ejb modules.

 
Post new topic   Reply to topic    NetBeans Forums -> Java EE Users
View previous topic :: View next topic  
Author Message
M314



Joined: 25 Apr 2012
Posts: 1

PostPosted: Wed Apr 25, 2012 12:36 pm    Post subject: Packing jars in ear and include them in manifests in web and ejb modules. Reply with quote

I want to create Enterprise Application in NetBeans. This application depends on a lot additional .jars files, which will be common for WAR and EJB modules.

In particular I need to build EAR with structure:

myEAR.ear
|-myWebModule.war
| |-META-INF
| | |-MANIFEST.MF
| |-somefile
| |-somefile
| |-...
|-myEJBModule.ejb
| |-META-INF
| | |-MANIFEST.MF
| |-somefile
| |-somefile
| |-...
|-additionalJar1.jar
|-additionalJar2.jar
|-additionalJar3.jar
|-...

Some of this 'additionalJars' have to be included in Class-Path in MANIFEST.MF inside Web module,
and some of this 'additionalJars' have to be included in Class-Path in MANIFEST.MF inside EJB module.

How to create such project in NetBeans?
Back to top
Display posts from previous:   
Post new topic   Reply to topic    NetBeans Forums -> Java EE Users All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
You can attach files in this forum
You can download files in this forum


Powered by phpBB
By use of this website, you agree to the NetBeans Policies and Terms of Use. © 2012, Oracle Corporation and/or its affiliates. Sponsored by Oracle logo