JBoss AS 5 Development is a new book from Packt which helps developers create and secure their Java applications on the JBoss application server. Written by software architect Francesco Marchioni, this book teaches users how to develop, configure and deploy a complete Java EE application using JBoss AS. JBoss Application Server is the most commonly…
Tag: Java
Beginning Programming with Java For Dummies
Product Description One of the most popular beginning programming books, now fully updated Java is a popular language for beginning programmers, and earlier editions of this fun and friendly guide have helped thousands get started. Now fully revised to cover recent updates for Java 7.0, Beginning Programming with Java For Dummies, 3rd Edition is certain…
Learn Java part 4
learn Jave programming in the easiest way
Learn Java part 3
learn Jave programming in the easiest way
Learn Java part 7
learn Jave programming in the easiest way
Can I include XML and JDBC under Java EE technologies, in my resume?
Does JDBC, XML come under Java SE or Java EE? Powered by Y! Answers
Learn Java on the Macintosh
Product Description Veteran authors Barry Boone and Dave Mark show readers how to learn to program using Java on the most user-friendly platform–the Macintosh. Written in the style of the highly successful Learn C on the Macintosh, this easy-to-follow introduction will take beginning programmers through the core concepts of this new programming language. The CD-ROM…
Java EE 5 Development with NetBeans 6
Product Description In Detail TECHNOLOGY Java EE 5, the successor to J2EE, greatly simplifies the development of enterprise applications. The popular IDE, NetBeans, has several features that greatly simplify Java EE 5 development, and this book shows you how to make use of these features to make your Java programming more efficient and productive than…
Learn Java with JBuilder 6
Product Description Learn Java with JBuilder 6 teaches you how to become a productive JBuilder developer using the latest version of the most popular Java IDE: JBuilder 6. Master teacher and Java programmer John Zukowski uses bite-size examples to introduce the Java programming language and the core Java libraries. Learn to use many of the…
Use of Hibernate with Java Persistence API
Before learning about Persistence technologies, we need to understand what exactly Persistence is in computer science. Persistence, in simple terms is the ability to retain data structures between various program executions. A perfect example of this would be a word processor saving undo history. In practice, this is achieved by storing the data in non-…