From the JavaMatch FAQ:
"if you only want exact results from your database, plain SQL might be a better alternative, as it is integrated inside the database"
What if there is no database? Like in Prevayler ( http://www.prevayler.org )?
With Prevayler, it is even easier: JavaMatch performs matches on objects that are stored in memory. Prevayler keeps all data in memory, so both tools integrate easily.
I've extended the "bank" demo application (demo2 in the prevayler distribution), to show a list of "most interesting accounts". You can see the results at http://javamatch.sourceforge.net/integration.html#prevayler
Log in to post a comment.
From the JavaMatch FAQ:
"if you only want exact results from your database, plain SQL might be a better alternative, as it is integrated inside the database"
What if there is no database? Like in Prevayler ( http://www.prevayler.org )?
With Prevayler, it is even easier: JavaMatch performs matches on objects that are stored in memory. Prevayler keeps all data in memory, so both tools integrate easily.
I've extended the "bank" demo application (demo2 in the prevayler distribution), to show a list of "most interesting accounts". You can see the results at http://javamatch.sourceforge.net/integration.html#prevayler