Date: 2004-11-09T12:45:43
   Editor: TedHusted <[EMAIL PROTECTED]>
   Wiki: Apache Struts Wiki
   Page: PoweredBy
   URL: http://wiki.apache.org/struts/PoweredBy

   no comment

Change Log:

------------------------------------------------------------------------------
@@ -1,5 +1,25 @@
 See [http://wiki.apache.org/struts/StrutsWebLinks here] for a list of sites 
that use Struts
 
 Axel Stahlhut has a forum for people to post links to sites using Struts 
[http://www.objectstore.de/forum/viewtopic.php?p=5#5 here]
-
+----
 Simon Chappel is publishing a list of sites using struts 
[http://simonpeter.com/techie/java/struts/sites.html here]
+----
+Here is a site that generates $25M in advertising revenue for Ziff Davis:
+
+http://1up.com/do/feature?cId=3136154
+
+This URL retrieves an article from a database by ID. iBATIS 2.x is being used 
ad middleware between Struts and the database. For page composition, the 
application uses Tiles. There are about a hundred or so different types
+of pages. Each has many configurable tiles and each has dynamic content.
+
+These links are a bit "risque" but demonstrate what we can do with Struts, 
JSP, and Tiles. 
+
+* http://playmate.1up.com
+* http://erosennin.1up.com
+
+The same JavaServer Page is being used on each "site" but different content is 
being displayed. 
+
+A filter is used to extract the "host name" from the URI, which is used in a 
database query to get the content for each user ("playmate" versus "erosennin").
+
+From a post by Vic (Vinny) Cekvenich.
+
+----

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to