A
Arne Vajhøj
Wouter said:What do you prefer to use for the database?
Object Database (db4o) or xml Database or jdbc (mysql)?
I would go for a regular relational database.
Like MySQL.
But there are also other.
Arne
Wouter said:What do you prefer to use for the database?
Object Database (db4o) or xml Database or jdbc (mysql)?
I would go for a regular relational database.
Like MySQL.
But there are also other.
Arne
Wouter said:How can i make a login webservice with mysql?
A login web service is like any other web service call.
But login is not RESTful.
You should check in each call.
The web service check in MySQL just like any other Java code.
Arne
A login web service is like any other web service call.
But login is not RESTful.
You should check in each call.
Wouter said:So I can make a seperate web service for my login and logout and have
a restful webservice for the other stuff?
I can save the username from the login and use this in my restful web
service?
Want to reply to this thread or ask your own question?
You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.