Date: 2004-11-09T19:12:39
   Editor: VicCekvenich <[EMAIL PROTECTED]>
   Wiki: Apache Struts Wiki
   Page: PoweredBy
   URL: http://wiki.apache.org/struts/PoweredBy

   no comment

Change Log:

------------------------------------------------------------------------------
@@ -8,18 +8,16 @@
 
 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.
+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 from DB. 
The editors decide what tiles to display on each page, and that data is saved 
to a DB. When the page is displayed, this tiles info is placed in scope so 
right tiles are inserted. A tile then gets content or data, for example a list 
of 10 most popular games. Because of iBatis data caching, anything that is 
popular is likely in cache, so no db hot spots. This is served by 6 Resin 
application servers. The old site used to be MS ASP.
 
-These links are a bit "risque" but demonstrate what we can do with Struts, 
JSP, and Tiles. 
+These links demonstrate what we can do with Struts, JSP, and Tiles. 
 
-* http://playmate.1up.com
-* http://erosennin.1up.com
+* http://egm.1up.com
+* http://xbn.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.
+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 ("egm" versus "xbm").
+The site also has many "friendster" like features and blogs that you can 
navigate to by "username".1up.com. Feel free to create an account for self.
 
 ----

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

Reply via email to