RE News

From ADempiere
Jump to: navigation, search
This Wiki is read-only for reference purposes to avoid broken links.

RE Basic Library Ready (Feb 27, 2007)

First stage of RE library done. You may download it at [1] (Thanks Panji Alam for the web space)
Now, it awaits a thorough test by the community.

What You Need to Do the Testing

  • JBossRules which may be downloaded from [2]
  • ADempiere source (Optional)
  • Rule package (One at least)



Two Ways to Test the Library

Stand Alone Project

  • Create a Java project in Eclipse or NetBeans.
  • Add all the JAR files in JBossRules directory to the project build path.
  • Extract the contents of the source archive into 'src/org/adempiere'.

Inside ADempiere

  • Add all the JAR files in JBossRules directory to the project build path.
  • Extract the contents of the source archive into 'extend/src/org/adempiere'.

Extract Rule Packages From the Current Java Classes

Yet to come!


Sample Rule Package

Yet to come!

See Also