Re: Slightly Off Topic: Web Site Content

2003-02-21 Thread Andoni
What I do is that I make all my links point back to my servlet with
something like serMyServlet?mode=about
then I have the servlet process the mode parameter and find the about
section.  This then runs a method which returns a JSP to the browser.

Architecture is always MVC, Classes doing processing and DB access fronted
by a single servlet which spits out JSPs.

Andoni.


- Original Message -
From: Kevin Andryc [EMAIL PROTECTED]
To: Tomcat Users List [EMAIL PROTECTED]
Sent: Friday, February 21, 2003 2:31 PM
Subject: Slightly Off Topic: Web Site Content


 Hello,
 I have been doing web programming for quite some time but what I have
 yet to figure out is the best way to handle web site content. For example,
 if I want to create a web sire with a vast number of pages, I would like
to
 have it easily maintained such that if a link changes in my navigation
bar,
 the rest gets updated rather than picking through every page. What is the
 best way to do this? Do you guys use JSP pages and have the navigation or
 content stored in a database and then retrieved by the JSP? How about
 architecture? Are there any good books on this? Any help would be great.

 Sincerely,
 Kevin

 Kevin Andryc
 Web Systems Engineer
 MISER
 http://www.umass.edu/miser/
 Phone: (413)-545-3460
 [EMAIL PROTECTED]



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




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




RE: Slightly Off Topic: Web Site Content

2003-02-21 Thread Zabel, Ian
You should take a look at the Jakarta Struts project.
http://jakarta.apache.org/struts/

You define the urls for all your pages in config file and then struts
handles making the links.

Ian.

-Original Message-
From: Kevin Andryc [mailto:[EMAIL PROTECTED]] 
Sent: Friday, February 21, 2003 9:31 AM
To: Tomcat Users List
Subject: Slightly Off Topic: Web Site Content

Hello,
I have been doing web programming for quite some time but what I have
yet to figure out is the best way to handle web site content. For example,
if I want to create a web sire with a vast number of pages, I would like to
have it easily maintained such that if a link changes in my navigation bar,
the rest gets updated rather than picking through every page. What is the
best way to do this? Do you guys use JSP pages and have the navigation or
content stored in a database and then retrieved by the JSP? How about
architecture? Are there any good books on this? Any help would be great.

Sincerely,
Kevin

Kevin Andryc
Web Systems Engineer
MISER
http://www.umass.edu/miser/
Phone: (413)-545-3460
[EMAIL PROTECTED]



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



RE: Slightly Off Topic: Web Site Content

2003-02-21 Thread Collins, Jim
You should also look at cocoon.

http://xml.apache.org/cocoon/

Regards

Jim.

 -Original Message-
 From: Zabel, Ian [mailto:[EMAIL PROTECTED]]
 Sent: 21 February 2003 15:27
 To: 'Tomcat Users List'
 Subject: RE: Slightly Off Topic: Web Site Content
 
 
 You should take a look at the Jakarta Struts project.
 http://jakarta.apache.org/struts/
 
 You define the urls for all your pages in config file and then struts
 handles making the links.
 
 Ian.
 
 -Original Message-
 From: Kevin Andryc [mailto:[EMAIL PROTECTED]] 
 Sent: Friday, February 21, 2003 9:31 AM
 To: Tomcat Users List
 Subject: Slightly Off Topic: Web Site Content
 
 Hello,
 I have been doing web programming for quite some time but 
 what I have
 yet to figure out is the best way to handle web site content. 
 For example,
 if I want to create a web sire with a vast number of pages, I 
 would like to
 have it easily maintained such that if a link changes in my 
 navigation bar,
 the rest gets updated rather than picking through every page. 
 What is the
 best way to do this? Do you guys use JSP pages and have the 
 navigation or
 content stored in a database and then retrieved by the JSP? How about
 architecture? Are there any good books on this? Any help 
 would be great.
 
 Sincerely,
 Kevin
 
 Kevin Andryc
 Web Systems Engineer
 MISER
 http://www.umass.edu/miser/
 Phone: (413)-545-3460
 [EMAIL PROTECTED]
 
 
 
 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]
 


PLEASE READ: The information contained in this email is confidential
and intended for the named recipient(s) only. If you are not an intended
recipient of this email you must not copy, distribute or take any 
further action in reliance on it and you should delete it and notify the
sender immediately. Email is not a secure method of communication and 
Nomura International plc cannot accept responsibility for the accuracy
or completeness of this message or any attachment(s). Please examine this
email for virus infection, for which Nomura International plc accepts
no responsibility. If verification of this email is sought then please
request a hard copy. Unless otherwise stated any views or opinions
presented are solely those of the author and do not represent those of
Nomura International plc. This email is intended for informational
purposes only and is not a solicitation or offer to buy or sell
securities or related financial instruments. Nomura International plc is
regulated by the Financial Services Authority and is a member of the
London Stock Exchange.



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




RE: Slightly Off Topic: Web Site Content

2003-02-21 Thread Turner, John

Or even Forrest:

http://xml.apache.org/forrest/index.html

John


 -Original Message-
 From: Collins, Jim [mailto:[EMAIL PROTECTED]]
 Sent: Friday, February 21, 2003 10:32 AM
 To: 'Tomcat Users List'
 Subject: RE: Slightly Off Topic: Web Site Content
 
 
 You should also look at cocoon.
 
 http://xml.apache.org/cocoon/
 
 Regards
 
 Jim.
 
  -Original Message-
  From: Zabel, Ian [mailto:[EMAIL PROTECTED]]
  Sent: 21 February 2003 15:27
  To: 'Tomcat Users List'
  Subject: RE: Slightly Off Topic: Web Site Content
  
  
  You should take a look at the Jakarta Struts project.
  http://jakarta.apache.org/struts/
  
  You define the urls for all your pages in config file and 
 then struts
  handles making the links.
  
  Ian.
  
  -Original Message-
  From: Kevin Andryc [mailto:[EMAIL PROTECTED]] 
  Sent: Friday, February 21, 2003 9:31 AM
  To: Tomcat Users List
  Subject: Slightly Off Topic: Web Site Content
  
  Hello,
  I have been doing web programming for quite some time but 
  what I have
  yet to figure out is the best way to handle web site content. 
  For example,
  if I want to create a web sire with a vast number of pages, I 
  would like to
  have it easily maintained such that if a link changes in my 
  navigation bar,
  the rest gets updated rather than picking through every page. 
  What is the
  best way to do this? Do you guys use JSP pages and have the 
  navigation or
  content stored in a database and then retrieved by the JSP? 
 How about
  architecture? Are there any good books on this? Any help 
  would be great.
  
  Sincerely,
  Kevin
  
  Kevin Andryc
  Web Systems Engineer
  MISER
  http://www.umass.edu/miser/
  Phone: (413)-545-3460
  [EMAIL PROTECTED]
  
  
  
  
 -
  To unsubscribe, e-mail: [EMAIL PROTECTED]
  For additional commands, e-mail: [EMAIL PROTECTED]
  
 
 
 PLEASE READ: The information contained in this email is confidential
 and intended for the named recipient(s) only. If you are not 
 an intended
 recipient of this email you must not copy, distribute or take any 
 further action in reliance on it and you should delete it and 
 notify the
 sender immediately. Email is not a secure method of communication and 
 Nomura International plc cannot accept responsibility for the accuracy
 or completeness of this message or any attachment(s). Please 
 examine this
 email for virus infection, for which Nomura International plc accepts
 no responsibility. If verification of this email is sought then please
 request a hard copy. Unless otherwise stated any views or opinions
 presented are solely those of the author and do not represent those of
 Nomura International plc. This email is intended for informational
 purposes only and is not a solicitation or offer to buy or sell
 securities or related financial instruments. Nomura 
 International plc is
 regulated by the Financial Services Authority and is a member of the
 London Stock Exchange.
 
 
 
 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]
 

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




Re: Slightly Off Topic: Web Site Content

2003-02-21 Thread Jeff Turner
On Fri, Feb 21, 2003 at 10:34:18AM -0500, Turner, John wrote:
 
 Or even Forrest:
 
 http://xml.apache.org/forrest/index.html

Especially:

http://xml.apache.org/forrest/linking.html

Links are stored in a central site.xml file (which generates the menu),
and then pages link to the (partial) XPath address of the site.xml node,
eg: link href=site:index, link href=site:faq/blah, using:

!-- site.xml --
site ...
  index label=Index href=index.html/
  faq label=FAQ href=faq.html
blah href=#blah/
  /faq
  ...
/site


--Jeff


 John
 
  -Original Message-
  From: Collins, Jim [mailto:[EMAIL PROTECTED]
  Sent: Friday, February 21, 2003 10:32 AM
  To: 'Tomcat Users List'
  Subject: RE: Slightly Off Topic: Web Site Content
  
  
  You should also look at cocoon.
  
  http://xml.apache.org/cocoon/
  
  Regards
  
  Jim.
  
   -Original Message-
   From: Zabel, Ian [mailto:[EMAIL PROTECTED]
   Sent: 21 February 2003 15:27
   To: 'Tomcat Users List'
   Subject: RE: Slightly Off Topic: Web Site Content
   
   
   You should take a look at the Jakarta Struts project.
   http://jakarta.apache.org/struts/
   
   You define the urls for all your pages in config file and 
  then struts
   handles making the links.
   
   Ian.
   
   -Original Message-
   From: Kevin Andryc [mailto:[EMAIL PROTECTED] 
   Sent: Friday, February 21, 2003 9:31 AM
   To: Tomcat Users List
   Subject: Slightly Off Topic: Web Site Content
   
   Hello,
   I have been doing web programming for quite some time but what I
   have yet to figure out is the best way to handle web site content.
   For example, if I want to create a web sire with a vast number of
   pages, I would like to have it easily maintained such that if a
   link changes in my navigation bar, the rest gets updated rather
   than picking through every page.  What is the best way to do this?
   Do you guys use JSP pages and have the navigation or content stored
   in a database and then retrieved by the JSP? 
   How about architecture? Are there any good books on this? Any help
   would be great.
   
   Sincerely,
   Kevin
   
   Kevin Andryc
   Web Systems Engineer
   MISER
   http://www.umass.edu/miser/
   Phone: (413)-545-3460
   [EMAIL PROTECTED]
...

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