• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

application client deployment descriptor

 
Ranch Hand
Posts: 46
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Can somebody explain what application client deployment descriptor is and how to use it?
Thanks
 
Ranch Hand
Posts: 297
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Is this the same as web.xml?
 
drifter
Posts: 1364
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Your question is a little vague, but I'll take a whack at it... The concept applies to clients that aren't browsers where the client needs to know about your java classes.
I did a search for "application client deployment descriptor" on bea docs website http://search.bea.com/weblogic/go60/
Next URL describes the "WebLogic Run-time Client Application Deployment Descriptor" in great detail:
ClientMain.runtime.xml
http://e-docs.bea.com/wls/docs60/////programming/app_xml.html#1032618
Next URL is about "Packaging and Deploying Client Applications"
and it says "Although not required for WebLogic Server applications, J2EE includes a standard for deploying client applications. A J2EE Client application module is packaged in a .jar file. The .jar file contains the Java classes that execute in the client JVM and deployment descriptors that describe Enterprise JavaBeans and other WebLogic resources used by the client.
A standard deployment descriptor from Sun is used for J2EE clients and a supplemental deployment descriptor contains additional WebLogic-specific deployment information. "
http://e-docs.bea.com/wls/docs60/programming/packaging.html#1045386
 
It is no measure of health to be well adjusted to a profoundly sick society. -Krishnamurti Tiny ad:
a bit of art, as a gift, the permaculture playing cards
https://gardener-gift.com
reply
    Bookmark Topic Watch Topic
  • New Topic