views:

155

answers:

2

I've read several chapters of the CSLA book and I like it, but being lately geared more towards Java, I'm looking for a Java-based equivalent. Does anybody know anything that comes close to CSLA in Java?

I would also settle for a good combination of other existing technologies that would achieve similar goals.

A: 

No. AFAIK, as of know there is no port of CSLA to java, niether any equivalent. But a mix of Springframework with Hibernate can come a little bit closer.

Suraj Chandran
+3  A: 

There is not any framework available similar to CSLA.NET in Java.

Suraj Chandran in not correct.

Spring is an AOP framework and Hibernate is an OR-Mapper. Where, CSLA is a BusinessObject framework.

JMSA