Revision: 1089
Author: limpbizkit
Date: Mon Sep 14 18:47:31 2009
Log: Edited wiki page through web user interface.
http://code.google.com/p/google-guice/source/detail?r=1089

Modified:
  /wiki/ExternalDocumentation.wiki

=======================================
--- /wiki/ExternalDocumentation.wiki    Wed Jun 10 23:04:56 2009
+++ /wiki/ExternalDocumentation.wiki    Mon Sep 14 18:47:31 2009
@@ -24,6 +24,10 @@

  ==Blogs==

+===[http://stuffthathappens.com/blog/2009/09/14/guice-with-gwt/ Guice with  
GWT]===
+Configure your serverside app to serve up a backend for GWT apps.
+  Obtain the Guice JAR files, extend GWT’s `RemoteServiceServlet`, extend  
Guice’s `GuiceServletContextListener`, extend Guice’s `ServletModule`, set  
all `RemoteService` relative paths to _GWT.rpc_, and configure  
`GuiceFilter` and your context listener in _web.xml_.
+
   
===[http://publicobject.com/2007/07/guice-patterns-1-horrible-static-code.html  
Refactoring to Guice: Part 1 of N]===
  Guide for migrating from factories to dependency injection.
    In this N-part series, I'm attempting to document some patterns for  
improving your code with Guice. In each example, I'll start with sample  
code, explain what I don't like about it, and then show how I clean it up.

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"google-guice-dev" 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-dev?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to