Entries Related to ‘Java’

Showing Articles Only
Getting Started with Java EE 6
By Mert on Wednesday, January 27th, 2010 in Technical

Java EE 6 is hot, new, and pretty darn cool. It eases development with its “standardized” features, and the zero-configuration approach apparent in every part of the implementation is really nice, lending an out-of-the-box feeling that’s similar to the .NET environment. In this tutorial we’ll update you on the world of Java EE 6 with the help of a Twitter-like demo application that contains JSF 2.0, PrimeFaces, CDI and Weld as well as Hibernate Validator frameworks.

Related Software Packages: , , , , , , , ,
Keywords: ,
Creating a Continuous Integration Server for Java Projects Using Hudson
By Grant Smith on Friday, October 23rd, 2009 in Technical

A continuous integration (CI) engine is an automated build system that checks out the most current code from a source code repository, builds it, and makes the resulting artifacts available for download and review. This tutorial covers the setup of a continuous integration server for Java projects with Hudson, one of the top open source CI engines.

Creating a Maven-Based Development Environment on Linux
By Grant Smith on Monday, September 28th, 2009 in Technical

Maven is quickly becoming the de facto standard for Java project builds, but its reliance on a remote central repository somewhere on the Internet can be troublesome. This tutorial covers the setup of a local Maven proxy, including installation and configuration of Maven and the Nexus repository manager on a Linux server.

Related Software Packages: , , , , , ,
Keywords: , , ,
Get open source software support
How to Fix Memory Leaks in Java
By Veljko Krunic on Tuesday, March 10th, 2009 in Technical

Got a case of memory leak induced insomnia? Well, we’ve got a cure for what ails you. This tutorial will teach you everything you need to know to ease your suffering, including what memory leaks are, why they happen, and how to diagnose and fix ‘em.

Related Software Packages: , , , , ,
Keywords:
© 2010 OpenLogic, Inc. | Licensing | Privacy Policy | Terms of Use