Hmm, what exactly are you calling the new Service layer? What's your use case?
On Mon, Jan 10, 2011 at 2:14 PM, Lisa D <[email protected]> wrote: > Thanks David, > > Please Please include some documentation on how to use the new service > layer. While your project is good, its very light on the area that I'm > looking for help most. Activities, Places and Objectify are all > covered both on the GWT site and other blogs (eg Thomas Boyer blog). > > What I love about the Hibernate Project is their sample code, they > cover all the different features in different little projects which > are easy to understand, where I feel the GWT Team don't always promote > all the different feature available in this great project. Alright I > might be way off on this one, but honestly sometime I just wished that > all the feature were available to be download (as sample projects) and > debugged locally to figure out how it works. > > I'm not on about everything that's available in Showcase, but more on > the underlying plumbing RF and now the new whole Service layer, > AutoBeans and Editors. > > The Expenses sample lacks all this... > > It's getting almost impossible to follow, from reading this group > everyday (different API changes happening from release to release) and > no concrete sample of everything working together...or doc's.... > > > > > > > On Jan 10, 9:31 am, David Chandler <[email protected]> wrote: > > Hi Lisa, I've created a small sample project using RF with App Engine + > > Objectify that wires in a custom ServiceLayerDecorator, but it doesn't > yet > > demo Editors. Once I get those pieces in place, I plan to publish some > more > > docs. Community contributions welcome, of course :-) > > > > http://code.google.com/p/listwidget > > > > In the mean time, the DynaTableRF sample that ships with GWT is probably > > your best source for RF + Editor example code. > > > > Thanks, > > /dmc > > > > > > > > On Mon, Jan 10, 2011 at 12:22 PM, Lisa D <[email protected]> > wrote: > > > Hi David Chandler > > > > > Any update on documentation on the new Service layer with some code > > > examples?....your other articles on the GWT site are excellent and > > > easy to understand so hoping you'll get this done soon, so I'll better > > > be able to understand this > > > > > LD > > > > > On Dec 30 2010, 11:49 am, Y2i <[email protected]> wrote: > > > > The links do not mention Service Layer but for using JPA or JDO the > > > > documents implicitly describe the integration between RF, service > > > > layer, editors and auto beans. > > > > > > RequestFactoryServlet uses ServiceLayer internally, but knowing its > > > > existence is not necessary for using RequestFactory. Generated > Entity > > > > Proxies are AutoBeans, but you would not use them explicitly and > would > > > > only see them in the debugger. Entity Proxies are integrated with > the > > > > Editor Framework through RequestFactoryEditorDriver. > > > > > > On Dec 30, 11:21 am, Simon Majou <[email protected]> wrote: > > > > > > > Where do you find Service Layer into those 2 links ? > > > > > -- > > > You received this message because you are subscribed to the Google > Groups > > > "Google Web Toolkit" group. > > > To post to this group, send email to > [email protected]. > > > To unsubscribe from this group, send email to > > > [email protected]<google-web-toolkit%[email protected]> > <google-web-toolkit%[email protected]<google-web-toolkit%[email protected]> > > > > > . > > > For more options, visit this group at > > >http://groups.google.com/group/google-web-toolkit?hl=en. > > > > -- > > David Chandler > > Developer Programs Engineer, Google Web Toolkit > > w:http://code.google.com/ > > b:http://googlewebtoolkit.blogspot.com/ > > t: @googledevtools > > -- > You received this message because you are subscribed to the Google Groups > "Google Web Toolkit" group. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]<google-web-toolkit%[email protected]> > . > For more options, visit this group at > http://groups.google.com/group/google-web-toolkit?hl=en. > > -- David Chandler Developer Programs Engineer, Google Web Toolkit w: http://code.google.com/ b: http://googlewebtoolkit.blogspot.com/ t: @googledevtools -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.
