Date: 2004-11-26T01:43:21 Editor: VicCekvenich <[EMAIL PROTECTED]> Wiki: Apache Struts Wiki Page: PoweredBy URL: http://wiki.apache.org/struts/PoweredBy
no comment Change Log: ------------------------------------------------------------------------------ @@ -15,9 +15,11 @@ In US, the "Gamer Generation" has made gaming industry larger than the movie industry. Any magazine rack is sure to have PC Gamer, XBOX and other magazines that are published on the web w/Struts. Here is that site that generates $25M in advertising revenue for Ziff Davis(a site that used to be .NET): +http://egm.1up.com/do/magLobby + 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 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. +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 (http://uptime.netcraft.com/up/graph/?host=1up.com ) These links demonstrate what we can do with Struts, JSP, and Tiles. @@ -35,7 +37,7 @@ http://erosennin.1up.com 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. +The site also has many "friendster" like features and blogs that you can navigate to by "username".1up.com. Feel free to join and create an account for your self. The designer and implementor of this site is now working on a CMS based on JDNC. ---- --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]