Download computer science e-books and .pdf's for free.
Java
Best CS Books
This tutorial is a guide to developing enterprise applications for the Java Platform, Enterprise Edition 6 (Java EE 6) using GlassFish Server Open Source Edition.
This book covers development and deployment of a Java application that has command-line, GUI, servlet, and enterprise components on a Linux platform.
The goal of this book is to free computer science students from having to pay for an intorductory data structres book.
In this book you learn Java modularity to builf applications. The Java module system is called OSGi. OSGi is nothing more nor less than the way to build modular applications in Java.
This book is about data structures and algorithms as used in computer programming. Data structures are ways in which data is arranged in your computer’s memory (or stored on disk). Algorithms are the procedures a software program uses to manipulate the data in these structures. All in Java.