« Return to Thread: Jython AMF gateway: coercing a java bufferedreader into a StringIO?

Jython AMF gateway: coercing a java bufferedreader into a StringIO?

by Mariano-23 :: Rate this Message:

Reply to Author | View in Thread

Hi, I'm working to build a Jython amf gateway to run as a java servlet. I've
started by porting the google app gateway to a servlet.

Is any of you working on such a thing? I'm wondering how to cast a Java
request object to a StringIO. I'can read the whole request into a string, or
passing a bufferedreader to remoting.decode, but neither seem to work.

How would you approach the problem?

Thanks

Mariano


Notice:  This email message, together with any attachments, may contain information  of  BEA Systems,  Inc.,  its subsidiaries  and  affiliated entities,  that may be confidential,  proprietary,  copyrighted  and/or legally privileged, and is intended solely for the use of the individual or entity named in this message. If you are not the intended recipient, and have received this message in error, please immediately return this by email and then delete it.
_______________________________________________
PyAMF dev mailing list - dev@...
http://lists.pyamf.org/mailman/listinfo/dev

 « Return to Thread: Jython AMF gateway: coercing a java bufferedreader into a StringIO?