Welcome to the Java Programming Forums


The professional, friendly Java community. 21,500 members and growing!


The Java Programming Forums are a community of Java programmers from all around the World. Our members have a wide range of skills and they all have one thing in common: A passion to learn and code Java. We invite beginner Java programmers right through to Java professionals to post here and share your knowledge. Become a part of the community, help others, expand your knowledge of Java and enjoy talking with like minded people. Registration is quick and best of all free. We look forward to meeting you.


>> REGISTER NOW TO START POSTING


Members have full access to the forums. Advertisements are removed for registered users.

Results 1 to 2 of 2

Thread: ANTLR - Business rule implementation

  1. #1
    Junior Member
    Join Date
    Jul 2013
    Posts
    1
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default ANTLR - Business rule implementation

    I am working on to implement business rules using ANTLR. I have AntlrWorks and I am able to generate lexer and parser classes(with tokens) with sample grammar. Please guide me on how to test this. I am trying to implement a rule which checks value and returns true.

    Example - if TradeName=PRIN then rule is passes else failed.

    Any help is appreciated.


  2. #2
    Junior Member
    Join Date
    Dec 2019
    Posts
    11
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Re: ANTLR - Business rule implementation

    Thanks dear, I was also looking for the best Business implementation ideas. And I found this website https://www.ogscapital.com/ from the web and I think they may help you out to implement best business rules using ANTLR. Please check it and let me know how was your experience with it.
    Last edited by GeorgeMMills; May 9th, 2023 at 02:33 AM.

Similar Threads

  1. Java Scripting Rule Issue
    By jwarren in forum Other Programming Languages
    Replies: 2
    Last Post: July 2nd, 2012, 02:59 PM
  2. Java tip Dec 12, 2010: Useful rule tidbits for ANTLR
    By helloworld922 in forum Java Programming Tutorials
    Replies: 1
    Last Post: December 16th, 2010, 12:24 PM
  3. Java tip Dec 12, 2010: Useful rule tidbits for ANTLR
    By helloworld922 in forum Java Code Snippets and Tutorials
    Replies: 1
    Last Post: December 16th, 2010, 12:24 PM
  4. Antlr Array Help
    By Superstar288 in forum Java Theory & Questions
    Replies: 0
    Last Post: December 4th, 2010, 01:49 PM