Saturday, September 4, 2010

"Pojo-injector" makes a little easier the job of moving data using the GWT/RPC mechanism

Hi all,

I'm posting this message to notice you that I published the "pojo-
injector", a very little framework (no more than few hours of work) to
convert Java data model to POJOs and vice versa.

I'm using it to reduce the amount of coding needed to move complex
data structures from the server to the client (and back) using the GWT/
RPC mechanism: using it I still need to build POJOs objects, but I
don't need to implement adapters no more!

Mainly:

1. based on annotations (no configuration XML required)
2. the required information are limited only to POJO class
(annotations). Your data models are completely untouched!
3. very small library that can be easily customized
4. pojo-injector allows you to get POJOs from your data models AND
data models from your POJOs
5. translation is recursive: if you get a data model tree as input,
you get back a POJO tree. And vice versa

If you're interested to, you can find more info or download it here:

http://code.google.com/p/pojo-injector/

Any feedback, issue or suggestion are really appreciated!

Bye,

Carlo Alberto

--
You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group.
To post to this group, send email to google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to google-web-toolkit+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.

No comments:

Post a Comment