|
|
 |
 |
Information Regarding Java Development In Application Development Forums on Software Development Register |
| The Competitive Pressures On Firms To Bring Out New Products At An Ever Rapid Pace To Meet Market Needs Are Increasing. As Such, The Pressures On The R&D Department Are Increasing. In Order To Alleviate The Pressure, Firms Have To Either Increase R&D Budg |
|
For you information -
If you own a website that related to java development you are welcome to participate in our website.
Contact us to be participate in the project and join our partner list: Application Development Wiki, Application Development Online Portal, Application Development Central, etc.
|
 |
| Website about Java Development - online portal of Internet Technology Architecture and Development. Other useful information: /w/opensearch_desc.php" title="Wikipedia (en)" /
J2EE: EJB, JSP, Servlets, JSF, JSTL, JCA, JMS, JTA, JNDI, JDBC, JMX, RMI, etc.
Frameworks: Struts, Hibernate, JPA, iBATIS, JBoss AOP, Spring, JSF, AJAX, GWT, YUI, Flex/Flash, JUnit, and Jakarta common libraries.
Integration: Web Services on Axis and WebMethods; as well as the Web Service Standards such as SOAP, WSDL and UDDI.
| | Java Development Kit - Wikipedia, The Free Encyclopedia - Software development kit
http://java.sun.com/javase/downloads/index.jsp
java – The loader for Java applications. This tool is an interpreter and can interpret the class files generated by the javac compiler. Now a single launcher is used for both development and deployment. The old deployment launcher, jre, no longer [update] comes with Sun JDK.
javac – The compiler , which converts source code into Java bytecode
javadoc – The documentation generator, which automatically generates documentation from source code comments
javap – The class file disassembler
javah – The C header and stub generator, used to write native methods
javaws – The Java Web Start launcher for JNLP applications
Java Development Kit - Wikipedia, the free encyclopedia
Java Development Kit
From Wikipedia, the free encyclopedia
Jump to: navigation , search
Java Development Kit (JDK)
Developed by
Sun Microsystems
Latest release
6 Update 13 / 2009-3-26 ; 46 days ago
Operating system
Cross-platform
Type
License
Sun License (most of it also under GPL)
Website
The Java Development Kit ( JDK ) is a Sun Microsystems product aimed at Java developers. Since the introduction of Java, it has been by far the most widely used Java SDK . On 17 November 2006 , Sun announced that it would be released under the GNU General Public License (GPL), thus making it free software . This happened in large part on 8 May 2007 [ 1 ] and the source code was contributed to the OpenJDK .
Contents
1 JDK contents
2 Ambiguity between a JDK and an SDK
3 Other JDKs
4 References
5 See also
6 External links
[ edit ] JDK contents
The JDK has as its primary components a selection of programming tools, including:
jar – The archiver, which packages related class libraries into a single JAR file . This tool also helps manage JAR files.
jdb – The debugger
appletviewer – This tool can be used to run and debug Java applets without a web browser.
extcheck – This utility can detect JAR-file conflicts.
apt – The annotation-processing tool
jhat – (Experimental) Java heap analysis tool
jstack – (Experimental) This utility prints Java stack traces of Java threads.
jstat – (Experimental) Java Virtual Machine statistics monitoring tool
jstatd – (Experimental) jstat daemon
jinfo – (Experimental) This utility gets configuration information from a running Java process or crash dump.
jmap – (Experimental) This utility outputs the memory map for Java and can print shared object memory maps or heap memory details of a given process or core dump.
idlj – The IDL-to-Java compiler. This utility generates Java bindings from a given IDL file.
policytool – The policy creation and management tool, which can determine policy for a Java runtime, specifying which permissions are available for code from various sources
VisualVM – visual tool integrating several commandline JDK tools and lightweight performance and memory profiling capabilities
|
|
| |
|