File APIs for Java Developers
Manipulate DOC, XLS, PPT, PDF and many others from your application.
http://aspose.com/file-tools
The moose likes EJB and Other Java EE Technologies and the fly likes Why do i need to create a jar file ?? Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Java » EJB and Other Java EE Technologies
Reply Bookmark "Why do i need to create a jar file ??" Watch "Why do i need to create a jar file ??" New topic
Author

Why do i need to create a jar file ??

Tejas Tambe
Ranch Hand

Joined: Oct 08, 2001
Posts: 47
I am new to Java technology.
Can anybody tell me why do i need to create a jar file of the bean ??
Any good books for Java bean , for beginners ???
Tim Holloway
Saloon Keeper

Joined: Jun 25, 2001
Posts: 12513

1. Actually, it depends on the EJB server. Some require jars, some will take the beans in unpacked form. However, it's certainly much easier to package and ship a single file (jar) than all the components.
2. I think Enterprise JavaBeans by Richard Monson-Haefel is generally considered "the standard". Of course, some of the other EJB book authors that hang out around here may have their own opinions Monson-Haefel's book is from O'Reilly & Associates (http://www.ora.com) and generally available from qualify purveyoirs of technical books.
[This message has been edited by Tim Holloway (edited October 16, 2001).]


One of the most odious afflictions that Business has inflicted on the modern English language is "pro-active". Most of the time it's simply redundantly used in place of the simple old word "active". And a good deal of the rest of the time it means "You're not overworked enough yet, so go out and find more!"
 
 
subject: Why do i need to create a jar file ??
 
Threads others viewed
Beans in WAS 3.5
To create an xml from a java bean
How to create exe in java
running a class in a jar ......
build.xml: jar tag
IntelliJ Java IDE