Curved ScrollBars using WPF 3D
My blog entry Non-Affine Transforms in 2D? posted a year ago is about using WPF 3D to mimic two-dimensional non-affine transforms, which are not... more »
0 commentsSave Tags: .net, frameworks, gui
Interview: Ruby On Rails Creator On The State of eCommerce
David Heinemeier Hansson created the Ruby on Rails software framework. He’s also a partner in 37signals, producers of the popular Basecamp suite of... more »
0 commentsSave Tags: frameworks, ruby, tools, web 2.0
Zero to Production in 15 Minutes
There still seems to be confusion about the relative simplicity or difficulty of deploying a Rails app using JRuby. Many folks still look around for... more »
0 commentsSave Tags: frameworks, java, ruby, security
Divx releases H.264 encoder alpha
DivX is joining the high-definition era: Following its first H.264 decoder, the company today announced the alpha version of its first H.264 encoder.... more »
0 commentsSave Tags: announcement, frameworks, news
Swing Explorer 1.3: NetBeans Plugin & "Addition Trace" Feature
After quite a long summer delay I'm proud to announce a new version of Swing Explorer. Swing Explorer is a tool for debugging of Swing applications,... more »
0 commentsSave Tags: frameworks, java, tools
Generate UML Diagrams into Javadoc in NetBeans Projects
How to use Meera's recent Javalobby article in the context of NetBeans IDE.
0 commentsSave Tags: frameworks, java, tools
How to Choose a Java Desktop Framework
If you're looking for a framework for your Java desktop applications, here are some factors to consider.
0 commentsSave Tags: frameworks, java, tools
EJB 3.0 and Spring 2.5
Why is it that developers from these two communities don't like to see eye to eye? I have been using both Spring from its inception, and EJB's from... more »
1 commentsSave Tags: frameworks, how-to, java, opinion
JSF2 or: How I learned to stop worrying and love components
It's been a while since I wrote about JSF, but over the past few weeks I've been working hard on JSF 2, trying to bring some of the lessons we learnt... more »
0 commentsSave Tags: frameworks, java
Video: What is Project Nile?
User Experience Designer Jeff Hoffman shows how to use the features of Project Nile, a component of the Java FX SDK Preview Release.
0 commentsSave Tags: frameworks, gui, java, tools
Thinking in Seam » Pulse check
Releases to Hibernate (3.0.0) and a new version of JBoss Tools and a little bit of an update regarding affordable hosting of JBoss applications.
0 commentsSave Tags: frameworks, java
Giving GWT a Spring in its Step
Some might claim that I’m rehashing a topic that has already been solved however I’m compelled to write this article as I personally struggled to... more »
0 commentsSave Tags: frameworks, java
Cream: Class Library for Constraint Programming in Java
Cream is a class library helping Java programmers to develop intelligent programs requiring constraint satisfaction or optimization on finite domains.
0 commentsSave Tags: frameworks, java
High Performance Grails
I’ve been looking at performance issues for the site we’re building at work. The database is obviously going to be the biggest bottleneck, so we’ve... more »
0 commentsSave Tags: frameworks, groovy
Design a stunning Alert Box using MooTools
This tutorial explains how to design a stunning Alert Box which changes and improves the classic look of JavaScript Alert Boxes.
0 commentsSave Tags: frameworks, javascript, web 2.0, web design
Running a BPEL process created with Netbeans in Apache ODE
A BPEL process without using vendor specific extensions should run everywhere without much hassle. But unfortunately it doesn’t. In this article I... more »
0 commentsSave Tags: frameworks, java, tools
Using Oracle Coherence with Grails Part I
Where i work, each with we’re assigned to a different tasks. My tasks this week are: test Beehive Webservices (i’ll post about it later) and test... more »
0 commentsSave Tags: frameworks, groovy
Discontinuing Substance NetBeans module
Starting today i am discontinuing support for Substance NetBeans module, including fixing bugs and synchronizing the module with Substance core... more »
0 commentsSave Tags: frameworks, java, news, tools
The case for Java modularity
The lack of an effective modular programming model has frustrated Java developers since the Java platform's infancy. Until recently no single solution... more »
0 commentsSave Tags: frameworks, java
Django documentation (for 1.0)
The documentation refactor is in: the docs for the upcoming 1.0 release have been tidied up, rearranged and ported to a new documentation system based... more »
0 commentsSave Tags: announcement, frameworks, python
Enterprise Libraries and OSGI
I will try here to explain why some enterprise libraries don't work with the OSGi concept. For this reason, I will create a simple Java library and... more »
1 commentsSave Tags: frameworks, how-to, java
EJB3 - annotations vs xml
Thinking about annotations as a “replacement” for XML.
2 commentsSave Tags: frameworks, java
12 things I bet you didn’t know about Hibernate
I’ve been working with Hibernate for the past 2 years, doing multiple projects with the framework. I have been prepping for a course I’ll give about... more »
2 commentsSave Tags: frameworks, how-to, java, open source
Java Parallel Processing Framework 1.4
The JPPF (Java Parallel Processing Framework) team is pleased to announce long-awaited features in this version, extending the JPPF ease of use, range... more »
0 commentsSave Tags: frameworks, java, news
Making GWT Remote Procedure Calls
GWT enables client applications to communicate with server resources through its own RPC and object-serialization mechanism. This communication... more »
0 commentsSave Tags: frameworks, how-to, java, web design