Re: [appengine-java] How to model object with lots of small properties

2011-04-09 Thread Ravi Sharma
May be you can do womething like this class HouseProperty{ Key id; String Name; } in above class you can create your all properties like hasAirCond,hasInternet etc. One property per Row. and in House you can have somethin glike this class House{ Set properties; } and if some house has airCond, th

[appengine-java] How to model object with lots of small properties

2011-04-09 Thread Thomas Wiradikusuma
Hi guys, I want to model an object with lots of small properties, e.g.: House { boolean hasAirCond, boolean hasInternet, boolean nearSchool, etc; } Is this naive way the best way to model it? Is there any better "GAE- way" to do this? -- You received this message because you are subscribed t

[appengine-java] Re: How can I make the session to be held open as long as the user got its browser opened?

2011-04-09 Thread Daniel
any1? On Apr 6, 1:18 pm, Daniel wrote: > Hi > > I need to keep the session opened as long as the user got its browser > opened in my web app... > > Is there such a setting that i can enable for my web app? > > If not, Is there any suggester/recommend way to achieve it? > > Thanks ahead! > > Danie

[appengine-java] Re: Weird 500 Internal Server Error nginx/0.7.67

2011-04-09 Thread miglate
Hi I have just found out that this error occurs when I use my custom domain. If I use appspot.com, no error is given. Is this a bug of GAE or is there a problem with nginx? I'd really like someone from Google check this issue. Thanks in advance, -- You received this message because you are su

[appengine-java] Re: URL Fetch java.io.IOException

2011-04-09 Thread Z
I think that it might apply to ALL types of the HTTP requests (i.e GET and POST). On Apr 4, 10:20 am, Thomas Visser wrote: > It looks like there's a bug in the 1.4.3 development server regarding > to POST requests. It worked for me again when I removed the Content- > Length header parameter. > >

[appengine-java] Re: eclipse shows error in .jsp but tutorial project runs

2011-04-09 Thread Thoob Vaj
The solution was to change the projects JRE to the JDK's jre. This also helped me deploy my project to Google App 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-appengin