Category: Java

JRuby Cookbook 0

JRuby Cookbook

If you’re interested in JRuby, you probably don’t need a turorial on Ruby, Rails, or Java — you just need to know how to get things done. This Cookbook offers practical solutions for using the Java...

Eclipse 0

Eclipse

Java programmers know how finicky Java can be to work with. An omitted semi-colon or the slightest typo will cause the Java command-line compiler to spew pages of annoying error messages across your screen. And it...

Eclipse IDE Pocket Guide 0

Eclipse IDE Pocket Guide

Eclipse is the world’s most popular IDE for Java development. And although there are plenty of large tomes that cover all the nooks and crannies of Eclipse, what you really need is a quick, handy guide...

Actors in Scala 0

Actors in Scala

Recent trends in computer architecture make concurrency and parallelism an essential ingredient of efficient program execution. The actor model of concurrency allows you to express real-world concurrency in a natural way using concurrent processes that communicate...

Securing Weblogic Server 12c 0

Securing Weblogic Server 12c

Security is a must in modern Enterprise architecture, and WebLogic implements a very complete and complex architecture for configuration and implementation, and we need to deeply know in technologies, terminology and how the security process works...

Murach’s Java Programming, 4th Edition 0

Murach’s Java Programming, 4th Edition

Developers often tell me they wish they’d found our Java book first, before spending time and money on others. Here are a few of the reasons why I believe this book will work equally well for...

GateIn Cookbook 0

GateIn Cookbook

Enterprise Content Management is an increasingly important need for enterprises and organizations. GateIn will provide the solution to effectively manage documents and resources. GateIn is a complete open source ECM portal for companies’ needs. The “GateIn...

Spring Data 0

Spring Data

Spring Framework has always had a good support for different data access technologies. However, developers had to use technology-specific APIs, which often led to a situation where a lot of boilerplate code had to be written...