RSS Feed for JavaCategory: Java

OpenSim–Dynamic Movement Simulations »

OpenSim is a freely available, user extensible software system that lets users develop models of musculoskeletal structures and create dynamic simulations of movement. The software provides a platform on which the biomechanics community can build a library of simulations that can be exchanged, tested, analyzed, and improved through multi-institutional collaboration. The underlying software is written […]

Open Source Java Library for Manipulating Office Files »

docx4j is a Java library for creating and manipulating Microsoft Open XML (Word docx, Powerpoint pptx, and Excel xlsx) files. It is similar to Microsoft’s OpenXML SDK, but for Java. docx4j uses JAXB to create the in-memory object representation. It is available under the Apache License (v2). Docx4j relies heavily on JAXB, the JCP standard […]

Free Ebook: Mastering JXTA »

Free ebook on JXTA Download link http://ftp.utcluj.ro/pub/users/civan/APD/ptLaborator/L10_JXTA/Mastering_jxta.pdf

Free Ebook: JXTA JXSE Programmers Guide 2.5 »

This guide is for software developers who would like to write and deploy P2P services and applications using JXTA technology and the Java Standard Edition programming language. It provides an introduction to JXTA technology, describes the JXTA network architecture and key concepts, and includes examples and discussion of essential programming constructs using JXTA JXSE. Download […]

Free Ebook: JXTA »

This book presents a guided tour of the JXTA platform, including all of the critical information required to begin producing P2P solutions built on top of JXTA. Reference information on each of the JXTA protocols provides an understanding of the underlying principles of P2P networking, and examples built on the JXTA reference implementation provide the […]

Free Ebook: JavaTroubleshooting Guide for HP-UX Systems »

The information in this document will help application developers and support engineers debug their Java applications on HP-UX systems. Download Link: http://docs.hp.com/en/5992-1918/5992-1918.pdf

Free EBook: The JavaServer Faces Jumpstarter Book »

The JSF Jumpstarter book is a short, tutorial introduction to JSF, suitable for JSF newbies. In a short 65 pages, this book teaches you how to build dynamic web sites in Java using JavaServer Faces, using a hands-on, practical approach. Little or no prior experience in web development is necessary (though a bit of Java […]

Java SE Troubleshooting and Diagnostic Guide »

This document helps in troubleshooting problems that might occur with applications that are developed using the Sun Microsystems Inc. release of Java Platform, Standard Edition Development Kit 6 (JDK 6 release or Java SE 6 release). In particular, this guide addressespossible problems between the application and the Java HotSpot virtual machine. This document is currently […]

Java: Troubleshooting Guide for Desktop Technologies »

This document helps in troubleshooting problems that might occur with applications that use the desktop technologies in the Sun Microsystems Inc. release of Java Platform, Standard Edition Development Kit 6 (JDK 6 release or Java SE 6 release). Publisher: Sun Microsystems Download Link: http://www.sun.com/bigadmin/hubs/java/troubleshoot/

Maven: The Definitive Guide »

Publisher: O’Reilly Maven is a build tool, a project management tool, an abstract container for running build tasks. It is a tool that has shown itself indispensable for projects that graduate beyond the simple and need to start finding consistent ways to manage and build large collections of interdependent modules and libraries which make use […]