JQuery event trigger result in WebWork 2.2.x and Struts2, Part 2

Jed:

Making use of the code from Part One

Posted 10/20/2008 - 12:16 // 3 comments

JQuery event trigger result in WebWork 2.2.x and Struts2

Jed:

It is pretty easy construct a JQuery-based event trigger result analogous to the dojo stuff that comes with Struts2 /WebWork 2.2.x

Posted 10/06/2008 - 12:10

Hibernate 3.3 Upgrade Tips

Steve:

While upgrading to the latest version of Hibernate, I ran into a couple of issues that I thought I would document. Hopefully these tips help out someone else who runs into the same problems.

Posted 08/24/2008 - 23:49 // 3 comments

What is Phase2 up to?

Frank:

With all of the recent hoopla we have been stirring up on our blog and in the Drupal community about the Drupal Calais modules, it is easy to lose track of all the other fantastic things we have been doing here at Phase2. Here is a quick rundown of some of our latest projects.

Posted 05/16/2008 - 15:56 // 10 comments

RESTful URL Support in Apache Struts 2

Steve:

With the explosion of web frameworks such as Ruby on Rails that advocate (and even dictate) that you use RESTful URLs for your applications, I was shocked when I discovered that Apache’s Struts 2 Java web framework does not provide near the same level of support for this behavior.

Posted 03/11/2008 - 21:06 // 4 comments

Hibernate Patterns: polymorphic many-to-one

Jed:

Recently I found myself in a situation where I needed to define a persistent many-to-one relationship in which the concrete class of the many side could vary. In the past I’d had some issues with class inheritance and Hibernate, which can get sticky because of Hibernate proxies: you can’t always cast the proxies to the desired type. Since I had to find a way to make this work, I decided to give interface inheritance a try.

Posted 02/06/2008 - 17:54 // 8 comments