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.

Doc
  • 343
  • 3
  • 13
  • 1
    The question would be more interesting if you told us what CSLA is or what you want to do with it. And someone who didn't know CSLA but might know something equivalent or similar might be able to answer then as well. – Joachim Sauer Jan 08 '10 at 09:59

2 Answers2

5

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.

user366312
  • 16,949
  • 65
  • 235
  • 452
0

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
  • 24,433
  • 12
  • 63
  • 94