More Effective Javadoc
There is really a bigger issue at the heart of this: who is your Javadoc intended for? In this blog entry, I intend to discuss some of the things I... more »
0 commentsSave Tags: java, tools
JExplorer New Release
JExplorer (derivative from Java Explorer) provides a convenient Java API for integrating Microsoft Internet Explorer into Java applications. With... more »
0 commentsSave Tags: announcement, java
Video: Part 5 of an Introduction to the NetBeans APIs
Here's part 5, covering the Nodes API and the Explorer & Property Sheet API via 3 small demos and a bit of explanation.
0 commentsSave Tags: java, tools
Hibernate Search : Mapping Entities
All Hibernate Search mapping metadata is described through annotations. Hibernate Search metadata is very code centric and shares a lot of information... more »
0 commentsSave Tags: frameworks, java
A Rich Web Service API for Your Favorite Framework, Part 2: JBoss Seam
The intent of this how-to series is to demonstrate the development of a rich Web service API on a variety of popular development frameworks. Part 2... more »
0 commentsSave Tags: frameworks, how-to, java
Hibernate 2nd level cache ehcache explained
Very informative article on how to set up hibernate 2nd level cache.
0 commentsSave Tags: java
Create Web services apps with Eclipse and Java SE 6
Use the Eclipse Integrated Development Environment (IDE) and Java Platform, Standard Edition (Java SE) 6 to create a stand-alone Web services... more »
0 commentsSave Tags: eclipse, java, open source
Waxeye Parser Generator
Waxeye makes language development easy and fun. It uses scanner-less parsing, grammar testing, automatic AST generation and language independent,... more »
0 commentsSave Tags: c-and-cpp, java, other languages, ruby
GridGain - Eating Our Own Dog Food
We are in the final pre-release week of GridGain 2.1 and are currently in extensive testing stage. GridGain has over 700 units tests which constantly... more »
0 commentsSave Tags: java, open source
GridGain + Multi-Core processors
GridGain is an open source product written in Java providing a grid computing platform. It is known to be one of the more widely used grid product,... more »
0 commentsSave Tags: java, open source
SmartGWT 1.0 Released!
I am pleased to announce the first release of SmartGWT - GWT API's for SmartClient . This release is extremely feature rich and has been thoroughly... more »
0 commentsSave Tags: announcement, frameworks, java
Stripes-Quickstart
Stripes-Quickstart is an Ant script that speeds up the process of creating a new Stripes project.
2 commentsSave Tags: announcement, eclipse, frameworks, java
PrettyFaces take the Ugly out of JSF URLs (Official Release)
A completely different approach: PrettyFaces preserves parameter values between requests, and is faster than other Pretty URL tools; it uses only one... more »
0 commentsSave Tags: announcement, frameworks, java, open source
Swing links of the week: November 16, 2008
Here are some Swing links that you might have missed during the last week:
0 commentsSave Tags: frameworks, java
How to deal with filesystem softlinks/symbolic links in Java
Ever wanted to delete a directory tree in Java on a POSIX system? Funny thing: There is no safe way to do it. Java does not yet provide a way to... more »
0 commentsSave Tags: java, unix-linux
HTTPS/SSL Tunneling in Java
HTTPS Tunneling, s a very common usage scenario over the web. Unfortunately, very few Java server supports this today. Tomcat chokes up quickly if you... more »
0 commentsSave Tags: java, research
Play! A Web Framework for Java
Discover a clean alternative to bloated enterprise Java stacks. Play! focuses on developers productivity and targets RESTfull Architectures. Read the... more »
5 commentsSave Tags: frameworks, java
Building Rich Internet Applications Using Pivot and JavaScript
Pivot is a platform for building rich internet applications that run in the Java Plugin. While Pivot applications are often built using a combination... more »
5 commentsSave Tags: frameworks, java, javascript, ria
Being Joe the Software Plumber
Infrastructure is to software what plumbing is to a house. In this article, I'll discuss how to design and evolve infrastructure within a software... more »
1 commentsSave Tags: java, methodology, opinion
Synthetica 2.8 Enterprise Look & Feel
JAVASOFT Software Engineering is pleased to announce a new Synthetica and SyntheticaAddons release. Please find the most relevant improvements below -... more »
0 commentsSave Tags: announcement, gui, java
Twitter Access in Java, simple tutorial with Maven
The easiest way to access to Twitter from a Java program is with a Java API like Twitter4J, java-twitter or jtwitter. As Twitter4J is in the Maven... more »
0 commentsSave Tags: frameworks, java, web 2.0
Layout Prototyping Part 1: XML
GUI Layout is hard, but is it harder then it should be in Java? Can we do something to better the situation? My next few blogs will be about... more »
0 commentsSave Tags: flash-flex, java
Can JavaFX Desktop Save Java?
I still believe the ZK way is the best way out (or in) for Sun client side strategy. It strengthens Java’s strong hold at server side (or more... more »
1 commentsSave Tags: ajax, frameworks, java
Bringing Data into Flex Applications - Introduction
This article will describe the most common ways to bring data into a Flex application and will present the advantages and disadvantages of each... more »
0 commentsSave Tags: flash-flex, how-to, java
via