Archive for the 'Tapestry' Category

Integration between Tapestry 5 and Jini

Friday, March 16th, 2007

I am a big fan of Tapestry 5. This version is a huge improvement over version 4.
Recently some integration were committed for support of Spring and Hibernate. I decided that I should spend a bit of time understanding how they were written so that I could write a tapestry-jini integration module.
Two hours later, I have […]

Are you in need of an e-commerce store (updated)?

Tuesday, March 21st, 2006

Here is an unusual post for this weblog. Regular readers of this weblog may know that I am working on an innovative solution for e-commerce. As I need to work this out properly, I would like to gather a list of (ideally) 10 small companies that are in need of creating an online store (I’m […]

Continuous Integration with opensource projects

Wednesday, March 1st, 2006

As I need to know the state of CVS/Subversion versions of various opensource projects I do use/plan to use, I have added Tapestry and Restlet to my Continuum server.
You can see the results at the usual place: http://www.kalixia.biz:18080/continuum/

Architecture of my new project

Sunday, February 12th, 2006

Click on the image in order to see it in full-size (much more readable)
I do plan to use innovative technologies in order to provide the same kind of experience Jini developers experience to end-users of the store.
What it means is that the content of the store will react to the Jini topology.
For example should a […]

Tomcat, JSPs and Java 5 on a Mac

Tuesday, October 25th, 2005

While toying with Exo Platform [en], THE open source portal, I hit some problems with the login JSP file. Basically the JVM was trying to load JNI libraries as JAR files and this made the javac process to fail, as explained here [en].
If you experience such problems, there are two solutions: either move or delete all the […]

Useful trick for Tapestry and multiple CSS files

Friday, September 2nd, 2005

A few days ago, I decided to purchase the second edition of Enjoying Web Development with Tapestry [en]. I haven’t finished reading it yet, but for what I’ve already read, all I can tell you is buy this book if you want to save time developing with Tapestry 4.
Anyway, a useful trick illustrated in this book […]

Tapestry with Java 5 getting better…

Monday, June 20th, 2005

Tapestry is getting better and better in regards to Java 5 support. The extension I spoke about in a previous post on Tapestry annotations as been somehow used as a basis for the official annotations in Tapestry.
Howard gives a nice explanation on how using annotations can simplify your code.
Update: Howard commented my post and precised […]

I’m a switcher!

Monday, May 30th, 2005

I have just received last friday my new server, basically an Xserve G5 [en] with two 2.3Ghz processors and 2Gb of RAM. This configuration cost me around 6200 € which is quite expansive but if you consider you have about 1000 € of software, about 960 € of warranty for 3 years and 1030 € of […]

Tapestry with Java 5

Thursday, May 26th, 2005

I found a little gem a few days ago on the Tapestry [en] mailing-list: Tapestry annotations [en] for Java 5.
This tool allow you to get rid of your .page files and rely on Java 5 annotations instead.