|
View:
New views
5 Messages
—
Rating Filter:
Alert me
|
|
|
|
|
|
RE: Re: [Dojo-interest] New DataStoreHi Jose,
From the dojo mailing list. Please read the blog post and comment. I think this has potential. Mike, a step beyond for converters? The
article is an interesting exercise, yes.
(Btw, Joe has done the converters and
I did the class mapping, but I guess you were thinking about this
as an extension to class mapping?)
I
too think it would be beneficial to make things work more seamless together
with JPA/Hibernate, but the architecture proposed in the blog post may
be taking things a bit too far IMO. I'm getting a feeling of inviting
designs with just a database and JPA on the server side, and no business
logic to restrict a client from f ex doing:
thereby overwriting a lot of stuff in the
database.
Also, doing remote requests as part of new:ing objects
feels like going towards the undesired parts of old-style CORBA programs,
leading to a lot of requests between browser and server.
I
guess the JPA/Hibernate support I would prefer myself would be more oriented
along the lines of better integration of a converter with the
PersistenceContext/Session (handling ids and object data sync/merge better),
keeping the persistence logic on the server, rather than implementing this
stuff on the client.
Best
regards
Mike
|
|
|
reverse ajax questionHey,
Reverse ajax is not available in 1.1.x correct? --rob --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@... For additional commands, e-mail: users-help@... |
|
|
Re: reverse ajax questionyes
On Sun, Jun 29, 2008 at 10:04 PM, Robby O'Connor <robby.oconnor@...> wrote: Hey, |
|
|
Re: Re: [Dojo-interest] New DataStoreI mostly agree but I think the security/performance issues (that exist) should be let to the developer. If he allows the behavior (ie by configuration) everything should be fine. As a matter of fact I like the abstraction provided by:
p = new Person(10) p.name = 'Peter' p.company = new Company('IBM') p.save() Even though I know that it's duplicating (at least) the number of requests, transactions et al. Regards On Sun, Jun 29, 2008 at 4:55 PM, Mike Wilson <mikewse@...> wrote:
|
| Free Forum Powered by Nabble | Forum Help |