I want to build a small CRM with ABMaterial and I need to know if there are any downsides of using jRDC2 over jSQL as performace and also if ABMaterial works well with jRDC2. Mobile applications aren't something I have planned but they are a "maybe" in the future ...
jRDC2 is a server itself. It allows clients to connect to remote databases. If you are implementing a server then it will be simpler to use jSQL together with a ConnectionPool (from the jServer library).
I will use jSQL, but for my knowledge is it possible to create an webapp (jServer + ABMaterial) and work with a jRDC2 server ? If it is possible (I don't see why not) are there any downsides?