On Wed, Feb 2, 2011 at 8:23 PM, Jeff Schwartz <jefftschwartz@gmail.com> wrote:
Sharding
-->> google-web-toolkit+unsubscribe@googlegroups.com<google-web-toolkit%2Bunsubscribe@googlegroups.com>On Feb 2, 2011 1:04 PM, "Jan Mostert" <jan@mycee.com> wrote:
> Sounds interesting!
> What would be a typical use-case for multiple databases?
>
> --
> Jan Vladimir Mostert
> BEngSci
>
> Mail: jan@mycee.com
> MyCee Technologies
>
>
> On Wed, Feb 2, 2011 at 7:09 PM, isolanet <giulio.roggero@gmail.com> wrote:
>
>> Hi to all community members!
>> I'd like to share with you my OSS project that explain how to
>> configure a GWT project with Spring and Hibernate in order to access
>> to more than one DB at the same time.
>>
>> The home of the project is http://code.google.com/p/gwt-spring-jpa-lucene
>>
>> The introduction page is
>> http://code.google.com/p/gwt-spring-...tenceUnitSetup
>>
>> The project is in alpha version. Updates will follow.
>>
>>
>> Thanks!
>> Giulio
>>
>> --
>> 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
> --
>> .
>> For more options, visit this group at
>> http://groups.google.com/group/google-web-toolkit?hl=en.
>>
>>
>> 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.
>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.
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.
> What would be a typical use-case for multiple databases?
ReplyDeleteHi!
Some time happens that you need to integrate more than one data source in your Web Application.
You can, for sure, use Web Service or similar but if you want to manage these data in a single webapp with GWT the solution that I'm proposing in http://code.google.com/p/gwt-spring-jpa-lucene works fine.
Please be patient because I'm refactoring the Lucene and UI part, in the next version I'll publish also that part :)
Giulio