Logo

Java Tools & Utilities

e-books in Java Tools & Utilities category

Book cover: RESTfu­­l Jav­a­ wit­h ­JAX­-­­RS 2.­0RESTfu­­l Jav­a­ wit­h ­JAX­-­­RS 2.­0
by - GitBook ,
Learn how to design and develop distributed web services in Java, using RESTful architectural principles and the JAX-RS 2.0 specification in Java EE 7. This hands-on reference demonstrates how to start with services based on the REST architecture.
(5615 views)
Book cover: Jenkins: The Definitive GuideJenkins: The Definitive Guide
by - O'Reilly Media ,
This complete guide shows you how to automate your build, integration, release, and deployment processes with Jenkins -- and demonstrates how CI can save you time, money, and headaches. Ideal for developers, software architects, and project managers.
(6255 views)
Book cover: NetWorld!: What People are Really Doing on the InternetNetWorld!: What People are Really Doing on the Internet
by - Prima Communications ,
The Net is revolutionizing the way millions of people work, learn, fall in love, create art, do business, make friends, and entertain themselves. Rothman explores this new electronic meeting place, as well as the controversy that threatens it ...
(7269 views)
Book cover: Java with BlueJJava with BlueJ
by - University of Winnipeg ,
This book introduces the Java programming language. The text assumes the student will be using the BlueJ development environment and provides some introductory BlueJ material. BlueJ provides a good programming environment for the beginner programmer.
(7421 views)

Book cover: OSGi in PracticeOSGi in Practice
by - GitHub ,
Java alone does not support modularity. However, Java's great strength is its flexibility, which has allowed a powerful module system to be built on top. That module system is called OSGi. OSGi is the way to build modular applications in Java.
(8743 views)
Book cover: Spring by ExampleSpring by Example
by - springbyexample.org ,
Spring ushers in a new season for Java programming. If you are a Java programmer and have access to a JVM, you can leverage any part of Spring to begin to build applications that are easier to code, test and manage. This book will show you how.
(11614 views)
Book cover: Java Web Application Development With Click FrameworkJava Web Application Development With Click Framework
- Wikibooks ,
Click Framework is a modern JEE web application framework, providing a natural rich client style programming model. Click is designed to be very easy to learn and use, with developers getting up and running within a day.
(10330 views)
Book cover: Java Web Programming with EclipseJava Web Programming with Eclipse
by ,
The book introduces students to web application development in Java with the use of Eclipse. It provides instructions on how to construct solutions to various problems. The book assumes a familiarity with HTML and the Java programming language.
(13923 views)
Book cover: Tutorial: Hibernate, Spring, HSQL, Eclipse and MavenTutorial: Hibernate, Spring, HSQL, Eclipse and Maven
by - Lulu.com ,
Tutorials on popular frameworks - Hibernate and Spring. Tutorial 4: Hibernate, HSQL Database, Maven and Eclipse Tutorial. 5: Spring, Hibernate, Maven and Eclipse. Tutorial 6: Spring AOP. Tutorials 1-3: Java, Maven 2, Eclipse and JSF.
(14730 views)
Book cover: Naked ObjectsNaked Objects
by - Wiley ,
Naked Objects for Java is an application development framework, designed to let you rapidly develop domain-driven business applications. The aim of this book is to introduce you to the concept of designing business systems from naked objects.
(10962 views)
Book cover: Maven: The Complete ReferenceMaven: The Complete Reference
by - Sonatype, Inc. ,
Maven is a build tool, a project management tool, a container for running build tasks. It is a tool that has shown itself indispensable for projects that graduate beyond the simple. This work is the first attempt at a comprehensive title on Maven.
(16364 views)
Book cover: Google App Engine Java ExperimentsGoogle App Engine Java Experiments
by ,
This book is for Java programmers looking to get started on Google App Engine, as well as App Engine programmers looking to move to Java. The journey begins with a look at the Google Plugin for Eclipse and finishes with a working web application.
(15060 views)
Book cover: Maven by ExampleMaven by Example
by - Sonatype, Inc. ,
This work is the first attempt at a comprehensive title on Maven. It builds upon the combined experience and work of the authors of all previous Maven titles, and you should view it as the first edition in a long line of updates to follow.
(19671 views)
Book cover: Repository Management with NexusRepository Management with Nexus
by - Sonatype, Inc. ,
Repository managers act as proxies between your organization and the public Maven repositories and they also provide a deployment destination for your own generated artifacts. This book is both a comprehensive reference and an introduction to Nexus.
(15984 views)
Book cover: Developing with Eclipse and MavenDeveloping with Eclipse and Maven
by - Sonatype, Inc. ,
This book covers the installation and configuration of the m2eclipse plugin as well as detailing some of the procedures you can use to: Create projects using Maven Archetypes, Check Out a Maven Project from SCM, Import Maven Projects, etc.
(13891 views)
Book cover: Java Look and Feel Design GuidelinesJava Look and Feel Design Guidelines
- Addison-Wesley Professional ,
This book provides programmers with the requirements for creating user interfaces using the Java Foundation Classes. The book uses rich color on every page while demonstrating how you can create Java programs that will look great on any computer.
(17432 views)
Book cover: Java Authentication and Authorization Service (JAAS) in ActionJava Authentication and Authorization Service (JAAS) in Action
by ,
JAAS is the Java Authentication and Authorization Service bundled in Java SE. This book covers the basics of JAAS, and then goes into how to write database backed versions of JAAS service classes such as Policy, Configuration, and LoginModule.
(16992 views)
Book cover: Java AWT ReferenceJava AWT Reference
by - O'Reilly ,
This book provides complete documentation on the Abstract Window Toolkit (AWT), a collection of classes for building graphical user interfaces in Java. With AWT, you can create windows, draw, work with images, use components like buttons, etc.
(18263 views)
Book cover: Apache Jakarta Commons: Reusable Java ComponentsApache Jakarta Commons: Reusable Java Components
by - Prentice Hall PTR ,
The Apache Jakarta Commons project is a collection of freely-reusable Java components. This book is a Java developer's guide to the Apache Jakarta Commons project. It covers the twelve most important Commons packages, with sample program code.
(19042 views)
Book cover: Maven: The Definitive GuideMaven: The Definitive Guide
by - O'Reilly Media, Inc. ,
The book explains how Maven can bring order to your software development projects. Maven is also a project management tool that can run reports, generate a project website, and facilitate communication among members of a working team.
(18620 views)
Book cover: SwingSwing
by - Manning Publications ,
Written for the experienced Java developer, Swing provides a guide to getting the most out of Sun's Swing/JFC user interface classes. Mixing code examples and expert advice, the book shows how to use this powerful library in your own projects.
(16379 views)
Book cover: Java Look and Feel Design Guidelines, 2nd EditionJava Look and Feel Design Guidelines, 2nd Edition
by - Addison-Wesley Professional ,
The 2nd edition provides information for anyone involved in creating graphical user interface applications and applets in Java. New sections discuss the use of badges in button graphics, smooth interaction, and revised standards for window titles.
(17673 views)
Book cover: Java Native Interface: Programmer's Guide and SpecificationJava Native Interface: Programmer's Guide and Specification
by - Prentice Hall PTR ,
The book documents the latest in native code programming for Java using the Java Native Interface with C/C++. The text is built around 'dos and don'ts', even specifying when you should not use JNI. Written for the experienced Java developer.
(24190 views)
Book cover: Java Application Development on LinuxJava Application Development on Linux
by - Prentice Hall PTR ,
The hands-on guide to the full Java application development lifecycle on Linux, written for Java and Linux developers alike. The authors demonstrate the platform, tools, and application development by showing easy-to-follow, realistic examples.
(18665 views)