[appengine-java] Re: pdf creation problem

2011-08-04 Thread vss
Thanks gk.. But now am using pdfjet jar, java sdk 1.5.0 now i hav the
exception of Fileoutputstream  cannot supported in gae, is there any
right way to rectify that.. how can i use Fileoutputstream , thanks in
advance

On Aug 2, 3:22 am, gk  wrote:
> See
>
> http://code.google.com/p/googleappengine/wiki/WillItPlayInJava
>
> iText is listed therein as not supported - as are many packages that
> rely on the AWT framework / Graphics 2D. Google App Engine is here
> like most other "headless" environments.
>
> On Aug 1, 11:09 am, vss  wrote:
>
>
>
>
>
>
>
> > I got error message of " com.lowagie.text.Document is not supported by
> > Google App Engine's Java runtime environment " in pdf creation in java
> > using itext then pdfjet also the same msg displayed and the msg of "
> > java.io.FileOutputStream is not supported by Google App Engine's Java
> > runtime " , what the problem is.. can i make any changes.. i'm using
> > eclipse..

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine for Java" group.
To post to this group, send email to google-appengine-java@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine-java+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine-java?hl=en.



[appengine-java] pdf creation problem

2011-08-01 Thread vss
I got error message of " com.lowagie.text.Document is not supported by
Google App Engine's Java runtime environment " in pdf creation in java
using itext then pdfjet also the same msg displayed and the msg of "
java.io.FileOutputStream is not supported by Google App Engine's Java
runtime " , what the problem is.. can i make any changes.. i'm using
eclipse..

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine for Java" group.
To post to this group, send email to google-appengine-java@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine-java+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine-java?hl=en.



[appengine-java] Help needed with this error using GWT and Google AppEngine.

2010-02-21 Thread VSS
It is coming for a new domain object created on a GWT + AppEngine
Project on Eclipse.

19:01:14.750 [ERROR] [cms] Line 3: The import com.google.appengine
cannot be resolved


Thanks,
Shyam.

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine for Java" group.
To post to this group, send email to google-appengine-j...@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine-java+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine-java?hl=en.



[appengine-java] Custom User Management using App Engine and GWT

2010-02-16 Thread VSS
Hi,

Can I implement custom user management using App Engine and GWT and
host the app on app-engine.

Thanks,
Shyam

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine for Java" group.
To post to this group, send email to google-appengine-j...@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine-java+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine-java?hl=en.



[appengine-java] GWT Integration with Acegi to run on AppEngine.

2010-02-16 Thread VSS
Hi,

I would like to know if GWT can be integrated with Acegi to run on
AppEngine. I have read
the link below. But, looking for more detailed information.

http://code.google.com/p/gwt-ent/wiki/IntegrationGWTWithAcegi

Can anyone provide any better ways of providing form based login. I
know that it can be done by sending a cookie and starting a session as
described in 
http://code.google.com/p/google-web-toolkit-incubator/wiki/LoginSecurityFAQ.

But, my question is, does GWT give us a way to protect a resource and
provide access to it based on login? Please provide any resources or
ideas.

Looking forward for the reply.

Thanks,
Shyam Visamsetty

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine for Java" group.
To post to this group, send email to google-appengine-j...@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine-java+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine-java?hl=en.



[appengine-java] Re: Regarding Secure Data Access for the users of my service

2009-12-05 Thread VSS
Any updates on my previous question ?

Thank you!!
VSS

On Dec 4, 4:44 pm, VSS  wrote:
> We are creating an Active Directory Kind of an application on App
> Engine. What I want to know is there a way to store data securely so
> that I can sell this application as a service to other domains. I
> should not be able to acess data produced by users of other domains.
>
> I noticed if we use JDO, I can view the information. Is there a work
> around so that data can be viewed only by authorized people and not
> even the creators of the application? or do we have to implement our
> own encryption and decryption authorization processes.

--

You received this message because you are subscribed to the Google Groups 
"Google App Engine for Java" group.
To post to this group, send email to google-appengine-j...@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine-java+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine-java?hl=en.




[appengine-java] Regarding Secure Data Access for the users of my service

2009-12-04 Thread VSS
We are creating an Active Directory Kind of an application on App
Engine. What I want to know is there a way to store data securely so
that I can sell this application as a service to other domains. I
should not be able to acess data produced by users of other domains.

I noticed if we use JDO, I can view the information. Is there a work
around so that data can be viewed only by authorized people and not
even the creators of the application? or do we have to implement our
own encryption and decryption authorization processes.

--

You received this message because you are subscribed to the Google Groups 
"Google App Engine for Java" group.
To post to this group, send email to google-appengine-j...@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine-java+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine-java?hl=en.