Simple 4.0 - Java HTTP Engine
The Simple HTTP engine and framework has released version 4.0. Simple is an asynchronous HTTP engine capable of scaling to large loads with a limited... more »
0 commentsSave Tags: java
Announcing SmartGWT
Yes, it’s true! A project has been underway for some time to create a GWT (Google Web Toolkit) wrapper for SmartClient. The project, dubbed... more »
0 commentsSave Tags: announcement, frameworks, java
A very late “Nimbus is Done” blog!
Wow its been crazy, we have finally finished Nimbus for 6u10 and release candidate is out there Java 6u10 RC Download, have done Java One and I am now... more »
0 commentsSave Tags: gui, java
Use the Java 6 Pluggable Annotation Processing API to facilitate validation processing
Java 6 introduced the JSR 269, called the Pluggable Annotation Processing API (PAPA). Using this API, it is possible for application developers to... more »
0 commentsSave Tags: frameworks, java
JDBC Connection Pooling for Rails on Glassfish
In Light Engineering (LED), we’re known to be multilingual – depending on the project, we’ve been known to speak Perl, Python, Java, C++, Javascript... more »
0 commentsSave Tags: java, ruby, server, web design
DWR 3.0 conversion features
A little explanation of some of the upcoming DWR features regarding conversion from Java to Javascript and back.
0 commentsSave Tags: ajax, java, javascript, open source
@SuppressWarnings values
A short explanation of the different SuppressWarnings annotation values.
1 commentsSave Tags: java
Return to civilization...re-launch of Terracotta.org
It's been a bit since I posted...we've been really busy cranking away on a new site at Terracotta, and it's finally out.
1 commentsSave Tags: announcement, java, javascript, web design
JSP Weaver 1.1 released
After a long wait we have released the 1.1 version of JSP Weaver. The new version includes all the accumulated fixes and also adds couple of new... more »
0 commentsSave Tags: announcement, frameworks, java
I doubt that BlazeDS scales
BlazeDS is an open source remoting solution for accessing Java objects from Flex applications. It claims to be efficient by using a binary protocol... more »
2 commentsSave Tags: flash-flex, java
Screencast about NetBeans PHP IDE and WordPress
I have published a screencast, how to set up WordPress as a NetBeans project and also I show how to write a simple plugin for WordPress.
0 commentsSave Tags: java, php, tools
The Legacy of Inheritance
Is inheritance really useful or is it a feature that causes more problems than it solves? Certainly I can't think of a case where I've been really... more »
2 commentsSave Tags: java, opinion
Super CSV v1.50 released
There are many free CSV frameworks out there, but Super CSV is one of the best!. You think CSV technology is dead? Think again! This post documents... more »
0 commentsSave Tags: java, news, open source, tools
The Productive Programmer
The Productive Programmer is about maximizing your ability to efficiently create good, working software. It’s about leveraging your computer’s... more »
1 commentsSave Tags: books, java
Eclipse tip: Templates
A quick tip for the Eclipse IDE on how to make Eclipse code for you rather than you code in Eclipse! The mechanism is called templates. While this tip... more »
0 commentsSave Tags: eclipse, how-to, java, opinion
Curl and the Java Processing Language
Richard Monson-Haefel of Curl, Inc. discusses data visualization on the Java and Curl programming langugages: The topic of data visualization was... more »
1 commentsSave Tags: java, open source, other languages, ria
Java, Groovy & JavaFx: side to side 2
Second part of the Java,Groovy,JavaFx series. The following table details the language features introduced in JSE 5 and how they may or may not be... more »
3 commentsSave Tags: groovy, java, other languages
Easy Encryption in Java & Python with Keyczar
Do you need to encrypt small text data, like serial numbers or customer numbers in your web application? With the amount of data being transmitted... more »
1 commentsSave Tags: how-to, java, python
Wicket Interface Speed-Up: Caching Resources Forever
This is the second of three posts in my series called "Wicket Interface Speed-Up". It explains several steps on how to optimize web applications built... more »
0 commentsSave Tags: gui, how-to, java, open source
I'm thinking of using agile software development - but should I use Lean software development instead?
Agile software development is an umbrella term for several software development methods (including Extreme Programming and Scrum) that were developed... more »
1 commentsSave Tags: .net, agile, java
Taking SwingBuilder's binding for a spin
One of the appealing features of JavaFx Script is that it has binding baked right into the language, it also sports the notion of triggers. You can... more »
2 commentsSave Tags: groovy, gui, java
Sprinkle some Groovy into your App Part 1
Easily add Groovy scripting to your existing Java application.
0 commentsSave Tags: groovy, java
Java web-application in 60 days. Day 5 - Annotations, JPA, ExtJS grids, Acegi
After some timeout and with new ideas we will go ahead. Today we will implement our thoughts about annotation driven Spring context, will review main... more »
0 commentsSave Tags: java
Integrating Graphic Assets Into Your JavaFX Application
This tutorial shows you the process of exporting a layered graphic from Adobe Illustrator into a NetBeans JavaFX project. It helps you work with one... more »
0 commentsSave Tags: how-to, java, other languages
Creating DSLs in Java, Part 3: Internal and external DSLs
You understand the basics of domain-specific languages and now you're ready to begin creating and refining them for your projects. In this third... more »
0 commentsSave Tags: how-to, java