Re: can i use ijetty as a server and host restlet service on android?

2010-04-29 Thread Jerome Louvel
Hi Keith,

Yes, that's correct no need for additional dependency to get a HTTP server.

Have a look at this page for additional help on Android, nothing special
about Restlet really:
http://wiki.restlet.org/docs_2.0/13-restlet/21-restlet/318-restlet/303-restlet.html
Best regards,
Jerome


2010/4/28 keith keithlee...@gmail.com

 Hi Jerome:
  Thanks for your reply. So do you mean that i don't have to use any other
 server on android? And after i develop a restlet web service with eclipse,
 how
 can i deploy it onto android? Do i have to export the web project into WAR
 file or something else? And is there a tutorial especially for android
 restlet?
 Sorry for so much questions, i am a new one using restlet. Thanks a lot
 Jerome.

 Best regards
 Keith
 --
 View this message in context:
 http://restlet-discuss.1400322.n2.nabble.com/can-i-use-ijetty-as-a-server-and-host-restlet-service-on-android-tp4966008p4973798.html
 Sent from the Restlet Discuss mailing list archive at Nabble.com.

 --

 http://restlet.tigris.org/ds/viewMessage.do?dsForumId=4447dsMessageId=2597951


--
http://restlet.tigris.org/ds/viewMessage.do?dsForumId=4447dsMessageId=2598770

Beginner feedback

2010-04-29 Thread Alex Objelean
Hi! 
Recently I dedicated a couple of hours to learn about restlet (2.0-RC3).
Maybe it is too little time, but I think my feedback may be important for
restlet improvement. 

I've used as a documentation this link:
http://www.restlet.org/documentation/2.0/firstSteps
It is well documented. Unfortunately, I had some troubles in running the
example. I have downloaded the distribution, created an eclipse project. The
first problem was to set up the classpath of the project. There a dozen of
dependencies. I didn't know which of them to add to the classpath. This is
where maven would be useful. I use maven for all my projects and find it
very easy to get started with other open source project. All you have to do,
is to run mvn eclipse:eclipse and maven takes care about all project
dependencies. It would be very useful for restelet adoption to 'mavenize'
the project. Also, it could be useful to have a archetype - to generate a
template of the project ready to run. 

The next problem, was to start the hello world example. I would expect to
add the minimum dependencies to make it work. It seems very strange that
hello world requires more than 10 dependencies to work (even java mail,
grizzly, etc).. It seems a little bit strange, but maybe there is a reason. 

I like the way restlet is implemented, I would like to understand it better
and use it when I'll have an opportunity. My purpose is not to criticize,
but to help improve restlet. 

Thank you for your work! 
Alex 
-- 
View this message in context: 
http://restlet-discuss.1400322.n2.nabble.com/Beginner-feedback-tp4979195p4979195.html
Sent from the Restlet Discuss mailing list archive at Nabble.com.

--
http://restlet.tigris.org/ds/viewMessage.do?dsForumId=4447dsMessageId=2598783