Java with BlueJ
by Ron McFadyen
Publisher: University of Winnipeg 2015
Number of pages: 446
Description:
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 is easy to learn and provides a good programming environment for the beginner programmer.
Download or read it online for free here:
Download link
(multiple PDF files)
Similar books

by Neil Bartlett - 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.
(6178 views)

by Romin K. Irani
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.
(11631 views)

by by Tim O'Brien, at al. - 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.
(11198 views)

by Michael Cote
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.
(13823 views)