JAR Files
(Article) JAR, WAR & EAR
Submitted by guru on Thu, 09/10/2009 - 11:19JAR, WAR & EAR
JAR – Java ARchive
It’s a file format based on the ZIP file format and similar to ZIP format this is also used for aggregating many files (many be of different types) into one aggregate file. This aggregate file will have (.jar) extension. Application development using Java uses JAR files for many useful purposes. One of the most common use is to package all the .class files, image files, and other files required by an Applet into a JAR file, so that the download of a single file will have all the components downloaded at the client machine. Otherwise, we would require those many HTTP Connections to individually download each of the components and this will of course be a very tedious and time-consuming effort. Another popular usage is to bundle all the .class files, and other required component files of a typical subsystem into a JAR file and include that JAR file into the CLASSPATH of another Java application which requires the services of that subsystem. The maintenance and deployment becomes very easier in this case.
- guru's blog
- Login to post comments
- Read more
(Source Code) Running an executable JAR from command-line
Submitted by guru on Thu, 02/05/2009 - 13:12Source Code : Running an executable JAR from command-line
- guru's blog
- Login to post comments
- Read more
(Steps) Steps to Create a Jar File
Submitted by guru on Fri, 01/02/2009 - 09:09Steps : Steps to Create a Jar File
- guru's blog
- Login to post comments
- Read more
Immediate Onsite Opportunity for IT Professionals in US !!
Submitted by ustechsolutions on Wed, 10/15/2008 - 06:23- Java Experienced Jobs
- AJAX
- Apache
- Applets
- AWT
- Barracuda
- CORBA
- Eclipse
- EJB
- Hibernate
- Hibernate
- iBatis
- J2EE
- J2ME
- J2SE
- JADE (Java Agent DEvelopment Framework)
- JAR Files
- Java 2D/3D Graphics API
- Java Certifications
- Java Games
- JavaBeans
- JavaCard
- JavaMail
- Javamail
- JavaScript
- JBOSS
- JBuilder
- JDBC
- JDK
- JDOM
- JExcel
- Jini
- JME
- JMS
- JMX
- JNDI
- JNI
- JRuby
- JSF
- JSP
- Jtrix
- JUnit
- LAMP
- LWJGL
- MobileMediaAPI
- Mozilla
- MySql
- NetBeans
- NEWS
- Perl
- RMI
- Ruby
- SCBCD
- SCDJWS
- SCEA
- SCJA
- SCJD
- SCJP
- SCMAD
- Servlets
- SOAP
- Spring
- Struts
- Sun Java Studio Creator
- Swing
- SWT
- TINI
- Tomcat
- Tomcat
- Transactions
- Ubuntu
- UML
- XDoclet
- XML
We are a wholly owned Indian subsidiary of US Tech Solutions Inc., which is an 8 years experienced, $ 40 million company headquartered in New Jersey with offices in Massachusetts, Toronto & California
(Intro) jar-The Java Archive Tool
Submitted by guru on Tue, 10/14/2008 - 14:14Intro: jar-The Java Archive Tool
- guru's blog
- Login to post comments
- Read more
(Tutorial) Java Tool Tutorials - Herong's Tutorial Notes
Submitted by guru on Thu, 09/25/2008 - 12:31
- guru's blog
- Login to post comments
- Read more
(Tutorial) Lesson: Packaging Programs in JAR Files
Submitted by guru on Thu, 09/25/2008 - 11:11
Tutorial: Lesson: Packaging Programs in JAR Files
- guru's blog
- Login to post comments
- Read more
