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