Hi, can't really impress but funny enough a web-app I made in late summer 2008 is still up and running. The Guice 1.0 days...
Name of app: Mkgp Portal Names of developers: Me URL if applicable: http://rkg.gov.si/GERK/ Short description of what it is: A very simple "portal" like web-app. Description of how Guice is used and any remarks: Guice 1.0 (it doesn't collect any dust) Custom Guice JDBC support (Injecting jdbc connections, @Transactional etc - all the content is read from database) Warp-Servlet GWT-Guice integration The page is static html + gwt Not quite an entry but just wanted to mention: Now I am part of a team that is making afaik the most complete fraud detection application for insurances. When I joined it was a strange mix of EJBs and Spring. Soon enough I sorted that thing with Guice (including most of the extensions) and Warp-persist. It was a breeze to go from EJBs+Spring to a complete Guice setup. The intuitiveness of the API really shines. The only annoying bit is that Guice-Servlet doesn't work on WebSphere and need to have a custom version of it. Will open an issue and post a patch when I have time. Would really like to come to the conference but the trip is not a good financial decision. Cheers Alen On 20 feb., 05:20, "Dhanji R. Prasanna" <[email protected]> wrote: > For the upcoming GuiceCon in the bay area, we'd like to show case some apps > that are built on Guice. If you have a public, user-facing app that you'd > like to share please let us know by replying to this thread with: > > Name of app > Names of developers > URL if applicable > Short description of what it is > Description of how Guice is used and any remarks > > We will show a selection of these apps at the informal GuiceCon intro. (the > more entries the better!) > Thanks! > > Dhanji. -- You received this message because you are subscribed to the Google Groups "google-guice" 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-guice?hl=en.
