java

Corfield on ColdFusion

Sean Corfield, currently CEO of Railo Technologies, worked with language design and compiler technology in his early career and later became involved in the...

0 replies - 2232 views - 02/09/10 by Lyndsey Clevesy in Videos

JavaFX in Action

It is an exciting time to learn JavaFX platform to build desktop, mobile and Set-Top Box applications. JavaFX in Action is a book that will get you up to speed in no time at all. The book strikes a...

0 replies - 4981 views - 11/11/09 by Carl Dea in Book Reviews

Flex 3 with Java Book Review

Flex 3 with Java is a quick read (<300 pages) that immediately gets you up to speed on what Flex is and how you can use it. Having worked with another RIA framework I was keen to see what Flex had...

0 replies - 4932 views - 09/29/09 by michael shields in Book Reviews

Win Your Copy: Practical API Design: Confessions of a Java Framework Architect

“Practical API Design” is divided into three parts:In part one, Jaroslav describes the theories underlying his approach to API design and his reasons for writing “another design book.” This...

18 replies - 4080 views - 03/28/09 by Burk Hufnagel in Book Reviews

Pagination: Server Side or Client Side?

Numerous times in your projects you might have to face a situation where you need to pull chunks of data dynamically. The obvious issue that you then face is...

14 replies - 6933 views - 01/27/09 by nitin aggarwal in Articles

Language Construct vs. Design Pattern - PHP Arrays In Java

Automated migration is a difficult task because of many reasons. One of them is the need to ensure a good code quality for the generated code. Migrating from...

3 replies - 5036 views - 10/24/08 by Robert Enyedi in News

GWT: Running a completed project

Let's put GWTShell and GWTCompiler to use with a calculator example, CalculatorWidget. First, we'll use GWTShell to get the lay of the land and launch the...

0 replies - 5494 views - 08/11/08 by Schalk Neethling in News

Leveraging Unit Tests As Functional Tests, Load Tests, and Service Monitors

Frank Cohen will demonstrate the new PushToTest TestMaker Version 5 open- source end-to-end service governance and test automation tool. Software developers...

0 replies - 6440 views - 07/21/08 by Schalk Neethling in News

GWT Basic Project Structure And Components

The core of every GWT project is the project layout and the basic components required—host pages, entry points, and modules. To begin a GWT project, you need...

2 replies - 11055 views - 07/14/08 by Schalk Neethling in News

Write A Struts 2 Action Class In 5 Minutes Using Annotations

This tutorial is a continuation of Setup web application using spring Struts 2 and Maven with Eclipse 3.3. The project structure is as shown in the below...

0 replies - 17404 views - 07/14/08 by karthikeyan Cho... in News

Java and Mocking

I've just spent my first three days on a project in Leeds. It's a pretty common Java project, RESTful services and some MVC screens. We have been using Mockito...

4 replies - 7188 views - 07/04/08 by Ola Bini in News

Spring Web Flow CRUD Tutorial

I'm currently studying Spring Web Flow (SWF). I want to share my experience in creating a simple CRUD Web application.Technologies used: JPA 1.0 Spring...

3 replies - 28210 views - 07/02/08 by Thomas Wiradikusuma in Articles

BIRT 2.3 What's New And the Ganymede IDE for Java Report Developers

BIRT is a top level project through Eclipse and one of the most popular tools for designing and developing reports for business. Web Builder Zone Leader,...

1 replies - 21264 views - 06/30/08 by Schalk Neethling in News

TheServerSide Java Symposium Europe is Over

Well, I'm home from Prague, from another edition of TheServerSide Java Symposium. This year was definitely a few notches up from last year in Barcelona in my...

0 replies - 4642 views - 06/26/08 by Ola Bini in News

Wicket Creating RESTful URLs

This is a tutorial on using Wicket with REST-style URLs. Normally, Wicket generates URLs that are a bit ugly. For example:...

3 replies - 10093 views - 06/24/08 by Daan van Etten in News