[appengine-java] Unable to deploy java web app

2012-03-01 Thread Prabu Uthirapathi
When I try to deploy the application in eclipse, It stays there at 86% and 
says verifying availability of front end. 

-- 
You received this message because you are subscribed to the Google Groups 
Google App Engine for Java group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/google-appengine-java/-/uzhg3KW-HdoJ.
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] Above 3000 files

2011-12-06 Thread prabu
Hi.
In my project contains above 3000 files.i was deployed using sdk version 
1.5.5(java).in live unable to run.

-- 
You received this message because you are subscribed to the Google Groups 
Google App Engine for Java group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/google-appengine-java/-/PgwnLZIoZpQJ.
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] Re: Creation of owned one-to-many problem

2011-01-26 Thread prabu
PersistenceManager pm = PMF.get().getPersistenceManager();
Transaction tx = pm.currentTransaction();
Realitka r = new Realitka ();
tx.begin();
Nemovitost n = new Nemovitost (req.getParameter(value)
ListNemovitost nlist = new ArrayListNemovitost();
nlist.add(n);
r.setSeznamNemovitosti(nlist);
try {
   pm.makePersistent(r);

} finally {
tx.commit();
pm.close();
}

-- 
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] Re: uploaded file how to view in browser

2010-10-28 Thread prabu

Hii
   Thanks to all
It's working fine response.setContentType(application/pdf);

-- 
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: uploaded file how to view in browser

2010-10-27 Thread prabu
Hi..
  Thanks for ur reply.
Content Type application/octet-stream is working fine but same
operation doing for Content Type  application/pdf.

i want view pdf in browser like image view in browser.

If have any idea help me.

-- 
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: uploaded file how to view in browser

2010-10-26 Thread prabu
Hi..
   Thanks lot for ur reply

response.setContentType(application/pdf);

response.setHeader(Content-disposition,inline; filename=test.pdf);

OutputStream out = response.getOutputStream();

out.write(fileBlob.getBytes());


In this way i was tried...

-- 
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] Google app engine database backup java

2010-08-30 Thread prabu
hi,
 please somebody help me.I have a java project on app engine,how to
backup and restore database using pythan give example code

-- 
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] Google app engine database backup java

2010-08-30 Thread prabu
hi,
   I'm new in google app engine.i was delveloped web application using
java.please help me how to get backup and restore of database.any
tools  available..

-- 
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.