I see twig-persist, it seems promising for GAE persistence.
It is a small layer on Google persistence low level API, it seems simple to configure, and eliminates all boilerplate of JPA/Datanucleus ...
Type: Posts; User: pietromarrone; Keyword(s):
I see twig-persist, it seems promising for GAE persistence.
It is a small layer on Google persistence low level API, it seems simple to configure, and eliminates all boilerplate of JPA/Datanucleus ...
Switching from roo 1.1.0 ro 1.1.1
the following error comes into consolle
Unable to locate requested type'org.springframework.mail.MailSender'
and sometimes
Unable to locate requested...
This way roo can use Long Id as it was till now.
It can do that because the reference to the child object is marked as @transient
while the persistent reference is to childObjectKey and on...
I'm looking for the link you asked me,
but I've to ask sorry for the misplaced information, roo 1.1.1 do something for the long problem for child entity in the _Roo_JavaBean.aj you can find:
...
I'm writing of about the same question, so I'll add to the following question, as it seems to me neither roo 1.1.1 solves the problem of long Ids for child object, isnt it?
Googling around I found...
I'm afraid i do not exactely understood how to do, may you explein better?
Thanks
My tiles template page is something like this:
<html
version="-//W3C//DTD HTML 1.0 Transitional//EN"
dir="ltr"
xmlns:jsp="http://java.sun.com/JSP/Page"...
@ rhtran
Thank you for this post!
I red tons of articles on that task, but I can't find any solution to my problem:
I need to map a Map<MyObject, String> to ma form.
What i'd like to have is map may bean
public class MyForm...
if dijit.form.NumberTextBox is used on a map of fields,
<c:forEach var="fatturatoGlobale" items="${fornitore.fatturatoGlobale}">
<div>
<form:label...
Hi, I just tried to deploy booking-mvc on Tomcat installed on a Microsoft Vista (Italian) and I got the following errors.
It seems it trying to access file using full phisical path.
Anyone knows...
Yes, with 2.0.6 it works, but another problem arise
using
ValidationUtils.rejectIfEmpty(errors, "myField", "errors.required", new String[] { "My Field Label" });
The error code on page...
Hi, it seems errors.pushNestedPath won't work,
I used validator class to validate steps,
My Parent Validator looks like:
@Component
public class FornitoreValidator {
public void...
I have the have same question to.
I'm working on SWF and used your similar manner except the fact I used:
MyApplicationConversionService extending DefaultConversionService and
Overrididing the...
Hi, I'm using JPA on Mysql Database, if I create schema manually all is OK,
while if there isn't any schema I get the following exceptions:
WARN : org.hibernate.cfg.SettingsFactory - Could not...
Yes, my english is very bad, even worst when my thougth are not clean.
in any case you got partially the question.
The question focus is:
In that cases is it best to store on the DB the string...
Hi anyone respond me?
is the question hard to understand or to easy to respond?
Please any suggestion on how to choose rigth strategy.
Which is best strategy to map service table used in html select component?
- String
- enum
- reference to Object
I'm going to explein:
My root object is Customer
is has some property the...