Re: RFC 182 - REST Interface for OSGi

2012-10-30 Thread Andrei Pozolotin
. I'd like to see some sort of security > service that we can provide implementations for that separate > authentication from authorization much like the way Restlet does it > through filters and it's security base classes. > > > Bryan > > On Oct 29, 2012, at 5:45 PM, Andrei

RFC 182 - REST Interface for OSGi

2012-10-29 Thread Andrei Pozolotin
*Jerome,* hello; FYI: osgi alliance came up with new rest related spec: RFC 182 - REST Interface for OSGi http://www.osgi.org/Download/File?url=/download/osgi-early-draft-2012-10.pdf do you mind taking a look sharing your opinion? Thank you, Andrei

Re: Weird ClassNotFoundException: javax.net.ssl.SSLContext in 2.1-SNAPSHOT OSGi

2012-03-04 Thread Andrei Pozolotin
*Laszlo:* this is because of restlet packaging bug: javax.net.ssl is not imported in org.restlet.ext.ssl bundle manifest; workaround: re-package dependency yourself to produce valid manifest; Thank you, Andrei Original Message Subject: Weird ClassNotFou

Re: RestletOSGi 0.3.0 released

2011-07-01 Thread Andrei Pozolotin
> support which is completely optional. The rest of the code should > work just fine with any OSGi implementation. > > Bryan > > On Jul 1, 2011, at 9:00 AM, Andrei Pozolotin wrote: > >> Bryan: >> >> great! any chance you would want to make it less equinox-centri

Re: RestletOSGi 0.3.0 released

2011-07-01 Thread Andrei Pozolotin
Bryan: great! any chance you would want to make it less equinox-centric, more felix-friendly? :-) or, should I say, osgi-generic? Andrei Original Message Subject: RestletOSGi 0.3.0 released From: Bryan Hunt To: discuss@restlet.tigris.org Date: Thu 30 Jun 2011 11:13:32 PM CD

Re: Prudence 1.1 and the Savory Framework for MongoDB

2011-07-01 Thread Andrei Pozolotin
cool! is it beanstalk-able :-) ? are you married to mongo? Original Message Subject: Prudence 1.1 and the Savory Framework for MongoDB From: Tal Liron To: discuss@restlet.tigris.org Date: Thu 30 Jun 2011 07:30:15 PM CDT > Two open source products are announced in this email: >

Re: templates in ClientResource?

2011-06-29 Thread Andrei Pozolotin
*Jerome*: should I file a bug for this? Thank you, Andrei Original Message Subject: templates in ClientResource? From: Andrei Pozolotin To: discuss@restlet.tigris.org Date: Tue 28 Jun 2011 12:38:03 PM CDT > Hello; > > 1) all ClientResource() constructo

beanstalk-maven-plugin

2011-06-29 Thread Andrei Pozolotin
Hi; for those working with restlet on beanstalk: I just found little treasure: http://beanstalker.ingenieux.com.br/usage.html Aldrin Leal http://repo.modafocas.org/nexus/content/repositories/snapshots/

templates in ClientResource?

2011-06-29 Thread Andrei Pozolotin
Hello; 1) all ClientResource() constructors do uri encoding; so this resource uri: uri : http://localhost:8181/volumes/{volume}/select/{select} becomes this reference inside the client resource: ref : http://localhost:8181/volumes/%7Bvolume%7D/select/%7Bselect%7D an when it gets into: org.restl

templates shortcut methods?

2011-06-29 Thread Andrei Pozolotin
Hi; I am just curious if there a simple global setting to enforce auto-url-encode/auto-url-decode of all uri template attributes? currently, this much is needed for each attribute to be auto-processed: on the client: # String volume = "accounts";

restlet + amazon simpledb : call for ideas

2011-06-23 Thread Andrei Pozolotin
*Restful People of Restlet! * I am trying to put together a restlet extension for aws sdb http://wiki.restlet.org/developers/172-restlet/g5/411-restlet.html and I discovered that simple db is far from being simple :-) (see few concerns under "Unresolved" http://wiki.restlet

Re: Restlet Framework 2.0.8 and 2.1 M5 released

2011-06-21 Thread Andrei Pozolotin
*Jerome: * 1) thanks for the update; chapter 9 is what I needed: re: "restlet + beanstalk" 2) M5 is not in the repo? http://maven.restlet.org/org/restlet/jse/org.restlet/ Thank you, Andrei Original Message Subject: Restlet Framework 2.0.8 and 2.

Re: restlet + aws sdb

2011-06-21 Thread Andrei Pozolotin
Tim: Original Message Subject: Re: restlet + aws sdb From: Tim Peierls To: discuss@restlet.tigris.org Date: Tue 21 Jun 2011 01:10:07 PM CDT > On Tue, Jun 21, 2011 at 12:12 PM, Andrei Pozolotin > mailto:andrei.pozolo...@gmail.com>> wrote: > > 2) any cha

RE: restlet + aws sdb

2011-06-21 Thread Andrei Pozolotin
wiki-id : andrei.pozolotin sandbox : https://github.com/carrot-garden/carrot-org.restlet.ext.simpledb -- http://restlet.tigris.org/ds/viewMessage.do?dsForumId=4447&dsMessageId=2771663

RE: restlet + aws sdb

2011-06-21 Thread Andrei Pozolotin
Jerome: 1) yes, I am up to the job; please create wiki; 2) any chance you could move source to github? I can not stand svn anymore :-) Andrei. -- http://restlet.tigris.org/ds/viewMessage.do?dsForumId=4447&dsMessageId=2771605

RE: restlet + aws sdb

2011-06-21 Thread Andrei Pozolotin
Jerome: 1) which existing extensions would provide a good jump start / template to begin coding for retlet-ext-aws-sdb? 2) does it make sense to go with jclouds instead of aws api http://www.jclouds.org/ or is it an overkill? Andrei -- http:/

restlet + aws sdb

2011-06-20 Thread Andrei Pozolotin
Hello; I am curious: is there an extension for restlet + aws sdb: http://aws.amazon.com/simpledb/ ? thanks; Andrei. -- http://restlet.tigris.org/ds/viewMessage.do?dsForumId=4447&dsMessageId=2770704

Re: org.restlet.autoWire=false

2011-06-12 Thread Andrei Pozolotin
; > http://restlet-discuss.1400322.n2.nabble.com/Different-deployment-schemes-for-the-same-Restlet-based-Application-td6398049.html#a6398696 > > Without autoWire=true, I'd have to code paths differently depending on > how I was deploying the Component. > > --tim >

Re: restlet inside aws beanstalk

2011-06-11 Thread Andrei Pozolotin
Tim: got it; makes perfect sense; thanks. Andrei. Original Message Subject: Re: restlet inside aws beanstalk From: Tim Peierls To: discuss@restlet.tigris.org Date: Fri 10 Jun 2011 09:48:53 AM CDT > On Wed, Jun 8, 2011 at 5:25 PM, Andrei Pozolotin > mailto:andrei.

Re: restlet inside aws beanstalk

2011-06-08 Thread Andrei Pozolotin
ble.com/org-restlet-autoWire-false-tp6454958p6455389.html > > for how I cope with multiple deployment modes. can I ask: do you use AWS S3 in EB restlet context? what is your experience with it? do you store AWS credentials in the EB or you found a way not to do it? > > --tim Andrei. > >

Re: org.restlet.autoWire=false

2011-06-08 Thread Andrei Pozolotin
00322.n2.nabble.com/Different-deployment-schemes-for-the-same-Restlet-based-Application-td6398049.html#a6398696 > > Without autoWire=true, I'd have to code paths differently depending on > how I was deploying the Component. > > --tim > > On Wed, Jun 8, 2011 at 9:03 AM, Andr

restlet inside aws beanstalk

2011-06-08 Thread Andrei Pozolotin
Thierry, Hello; SITUATION: I would like to use restlet inside aws beanstalk: https://aws.amazon.com/elasticbeanstalk/ I would like to use beanstalk tomcat as deployment mechanism only for restlet components, and avoid extra layer of tomcat connectors; Restlet components will be mapped to diffe

org.restlet.autoWire=false

2011-06-08 Thread Andrei Pozolotin
Thierry, hello again: your currect javadoc: http://www.restlet.org/documentation/2.0/jee/ext/org/restlet/ext/servlet/ServerServlet.html and your book: http://www.manning.com/louvel/ makes an impression that "the correct way" to use component inside a servlet (mode 3) is to use org.restlet.autoW

RE: BUG: restlet client ignores SSL parameters

2011-04-24 Thread Andrei Pozolotin
Thierry, hello: do you think you could take a look on this? thank you; Andrei. -- http://restlet.tigris.org/ds/viewMessage.do?dsForumId=4447&dsMessageId=2723440

Re: Setting the keystore password for SSL

2011-03-18 Thread Andrei Pozolotin
ient that can not connect using self-signed cert as I described here: http://restlet.tigris.org/ds/viewMessage.do?dsForumId=4447&dsMessageId=2712046 Thank you, Andrei. Original Message Subject: Re: Setting the keystore password for SSL From: John Karp To

restlet + terracotta

2011-03-18 Thread Andrei Pozolotin
hello; does anyone managed to run restlet with back end store on terracotta? http://www.terracotta.org/ http://code.google.com/p/terrastore/ so it behaves like terrasotre: http://code.google.com/p/terrastore/ but with restlet security; please share? thank you.

RE: Setting the keystore password for SSL

2011-03-18 Thread Andrei Pozolotin
here is working example: -- http://restlet.tigris.org/ds/viewMessage.do?dsForumId=4447&dsMessageId=2712383

RE: BUG: restlet client ignores SSL parameters

2011-03-17 Thread Andrei Pozolotin
this is tested with restlet version 2.0.5 with 2.1-SNAPSHOT the server code http://code.google.com/p/carrotgarden/source/browse/trunk/test-restlet/src/main/java/restlet_01/MainServerSSL.java just hangs -- http://restlet.tigris.org/ds/viewMessag

RE: BUG: restlet client ignores SSL parameters

2011-03-17 Thread Andrei Pozolotin
FYI: 1) script to generate keys & stores: http://code.google.com/p/carrotgarden/source/browse/trunk/test-restlet/src/main/resources/developer-keytool.sh 2) location of generated key stores used in test: http://code.google.com/p/carrotgarden/source/browse/#svn%2Ftrunk%2Ftest-restlet%2Fssl 3) read

BUG: restlet client ignores SSL parameters

2011-03-17 Thread Andrei Pozolotin
Hello People of Restlet; I made self-sign keys and cert for both: restlet server: http://code.google.com/p/carrotgarden/source/browse/trunk/test-restlet/src/main/java/restlet_01/MainServerSSL.java restlet client: http://code.google.com/p/carrotgarden/source/browse/trunk/test-restlet/src/main/jav