In Software it is very essential to craft a solution which caters to the all possible requirements. Thus it would be generic enough to be able to support new additions without any rewriting the framework.
Following are the methodologies developers can choose from based on the capabilities they are looking for:
- XML based configuration controlled.
- Annotation driven
- Factory implementation
- Abstract design
- Java Reflection
- Persisting Rules in DB
- Persisting Rules in Json format
- Java Translation framework
- Rule Engine
- RabbitMQ Event driven soltion.
No comments:
Post a Comment