-->
These old forums are deprecated now and set to read-only. We are waiting for you on our new forums!
More modern, Discourse-based and with GitHub/Google/Twitter authentication built-in.

All times are UTC - 5 hours [ DST ]



Forum locked This topic is locked, you cannot edit posts or make further replies.  [ 1 post ] 
Author Message
 Post subject: Declarative Business Logic for Hibernate / JPA
PostPosted: Thu Sep 22, 2011 12:32 am 
Newbie

Joined: Wed Jun 08, 2011 6:28 pm
Posts: 5
Business Logic is important - often half the app for update oriented applications. And there are issues:
  • Architecture confusion: debates persist - Anemic Domain Objects? Services Layers? Logic-enhanced Domain Objects? Data Access Objects?
  • Tool confusion: Rete-based Business Rule Engines don't provide active enforcement of logic, and deal poorly with aggregates (sums and counts)

Since transaction business logic can represent 50% of the dev effort, this reduces Agility and increases TCO.

Perhaps we can help. We provide a Transaction Logic Engine:
  • It plugs into Hibernate events, so user / framework code is not changed (Hibernate APIs are preserved) and re-use / encapsulation are automated
  • You supply declarative logic (looks somewhat like spreadsheet formulas), and the engine deals with all the dependencies (byte code analysis) / ordering, optimizations etc.

We characterize the result as a Rich Active Declarative Domain Model.
  • Rich means that the domain objects enforce multi-table constraint and derivation logic (eg, rollups), as well as actions such as auditing, deep copies (eg, clone an order), and starting business processes.
  • Active means the rules are automatically enforced on any update. Encapsulation / re-use is automated using event injection.
  • Declarative means that dependencies / ordering managed automatically, draining enormous amounts of code out of your logic. Our typical example shows a reduction of 100:1 - a significant improvement in Agility and TCO.

Likely you are skeptical, but hopefully intrigued. Ask questions here, we will try to respond. Our website is designed to assist you in exploring this concept, and includes downloads and examples.


Top
 Profile  
 
Display posts from previous:  Sort by  
Forum locked This topic is locked, you cannot edit posts or make further replies.  [ 1 post ] 

All times are UTC - 5 hours [ DST ]


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum

Search for:
© Copyright 2014, Red Hat Inc. All rights reserved. JBoss and Hibernate are registered trademarks and servicemarks of Red Hat, Inc.