Re: How to make JSP Pages Timed ???

2005-07-16 Thread cmllpz
 I might be missing something here, but why not timing/constraining the users?

 Ouf course all users would have to register then.

 Albretch

Quoting Abdullah Abdullah <[EMAIL PROTECTED]>:

> Dear all
> 
> I am creating web pages using JSP. These JSP pages should be timed. That 
> means the system should be limited with start and end dates or times. I have
> 
> created a table in database that contains the start and end times. So, How 
> can I use these times to limit my JSP pages showing from the public 
> 
> I am beginner so please be discriptive please !!!
> 
> Thanks in advance
> 
> _
> Be the first to hear what's new at MSN - sign up to our free newsletters! 
> http://www.msn.co.uk/newsletters
> 
> 
> -
> 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: How to make JSP Pages Timed ???

2005-07-13 Thread Frank W. Zammetti

Hello,

You could have a look at my Java Web Parts project 
(http://javawebparts.sourceforge.net).  One of the components in it is 
an AppAvailabilityFilter.  This is a filter that allows you to define a 
window each day when your application is available, other times a user 
will be redirected to a page of your choosing.


Frank

Abdullah Abdullah wrote:

Dear all

I am creating web pages using JSP. These JSP pages should be timed. That 
means the system should be limited with start and end dates or times. I 
have created a table in database that contains the start and end times. 
So, How can I use these times to limit my JSP pages showing from the 
public 


I am beginner so please be discriptive please !!!

Thanks in advance

_
Be the first to hear what's new at MSN - sign up to our free 
newsletters! http://www.msn.co.uk/newsletters



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







--
Frank W. Zammetti
Founder and Chief Software Architect
Omnytex Technologies
http://www.omnytex.com


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



How to make JSP Pages Timed ???

2005-07-13 Thread Abdullah Abdullah

Dear all

I am creating web pages using JSP. These JSP pages should be timed. That 
means the system should be limited with start and end dates or times. I have 
created a table in database that contains the start and end times. So, How 
can I use these times to limit my JSP pages showing from the public 


I am beginner so please be discriptive please !!!

Thanks in advance

_
Be the first to hear what's new at MSN - sign up to our free newsletters! 
http://www.msn.co.uk/newsletters



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