Hi there, I am trying to decide the best way to implement something and thought I would ask the forum for help.
I have an application that sends images and some other information to a server built in b4J using the serilaizer, this information is stored in a sql database, but I also want to be able to pull information from the database to a user running an application written using b4i, at first I thought about using HTTP get requests to pull the information from the database and sending it back using the serilaizer, but now I am thinking jRDC2 would be easier, but I really dont want to be running a server app for the database unless I have to as the database is constantly being updated by users so would rather one application handling both the incoming images and also serving out the information to users
anyone have any thoughts on this?
thanks in advance
Darren
I have an application that sends images and some other information to a server built in b4J using the serilaizer, this information is stored in a sql database, but I also want to be able to pull information from the database to a user running an application written using b4i, at first I thought about using HTTP get requests to pull the information from the database and sending it back using the serilaizer, but now I am thinking jRDC2 would be easier, but I really dont want to be running a server app for the database unless I have to as the database is constantly being updated by users so would rather one application handling both the incoming images and also serving out the information to users
anyone have any thoughts on this?
thanks in advance
Darren