News from Aug 04, 2005

  2005/08/04
OnJava.com - Give Your Business Logic a Framework with Drools
Last changed: Aug 04, 2005 09:28 by mproctor

OnJava.com - Give Your Business Logic a Framework with Drools - part 1 (Paul Browne)

Most web and enterprise Java applications can be split into three parts: a front end to talk to the user, a service layer to talk to back-end systems such as databases, and business logic in between. While it is now common practice to use frameworks for both front- and back-end requirements (e.g., Struts, Cocoon, Spring, Hibernate, JDO, and Entity Beans), there is no standard way of structuring business logic. Frameworks like EJB and Spring do this at a high level, but don't help us in organizing our code. Wouldn't it would be great if we could replace messy, tangled if...then statements with a framework that gave us the same benefits of configurability, readability, and reuse that we already enjoy in other areas? This article suggests using the Drools rules engine as a framework to solve the problem.

Posted at 04 Aug @ 9:08 AM by mproctor | 0 Comments

August 2005
Sun Mon Tue Wed Thu Fri Sat
  1 2 3 4 5 6
7 8 9 10 11 12 13
14 15 16 17 18 19 20
21 22 23 24 25 26 27
28 29 30 31      

Oct 01, 2005
Jul 13, 2005