Related articles |
---|
Java Code automated manipulation shah@hnc.com (Shalin Shah) (2001-03-01) |
Re: Java Code automated manipulation idbaxter@semdesigns.com (Ira D. Baxter) (2001-03-01) |
Re: Java Code automated manipulation pcj@Stanford.EDU (Paul Cody Johnston) (2001-03-22) |
From: | "Ira D. Baxter" <idbaxter@semdesigns.com> |
Newsgroups: | comp.compilers,comp.lang.java.programmer |
Date: | 1 Mar 2001 14:19:06 -0500 |
Organization: | Posted via Supernews, http://www.supernews.com |
References: | 01-03-009 |
Keywords: | Java, tools |
Posted-Date: | 01 Mar 2001 14:19:06 EST |
Our DMS Reengineering Toolkit can apply arbitrary rewrite rules,
expressed in Java source terms, to Java files.
You can even generate such rules on the fly and execute them.
See http://www.semdesigns.com/Products/DMS/DMSToolkit.html.
--
Ira D. Baxter, Ph.D. CTO Semantic Designs, Inc.
http://www.semdesigns.com
"Shalin Shah" <shah@hnc.com> wrote in message
> I have to do a lot of code generation from a business rules language.
> (something similar to XML) I also have to manipulate this generated
> code to delete some part, add some part etc. as a consequence of a
> different requirement. Each "part" would essentially be an implemented
> Java method. Is there a commercial tool, open source code etc. to do
> this kind of a thing on Java code?
Return to the
comp.compilers page.
Search the
comp.compilers archives again.