Ed Knutson wrote:
> 
> > - Any objection to requiring a database in 1.2?  User authentication and
> > persistence are starting to become very important.
> 
> -1.  Some people who use Jetspeed just want a certain set of content to be
> displayed on their web page.  This would really limit the number of people who
> would "casually" check out the project and try to use it.

But we really limit ourselves.  
There was a thread within the Turbine mailing list about using XML to
back the database as Peers.  This might be an adequate situation.

The other point is that this is a dynamic web application.  At some
point down the road Jetspeed *will* have a database requirement, almost
by definition.  The more dynamic the content the more we really need a
DB.

> > - All the daemons will be automatically started by Turbine.  Each with
> > their own interval.
> 
> +1.
> 
> > - Portlets shouldn't request URLs.  They should only use what is on
> > disk.  If the URL isn't available then we should throw an Exception.
> > This should lead to much faster load times.  Before if the URL wasn't in
> > the cache the Portlet would pull it down and possibly really make page
> > fetching slow due to HTTP latency over multiple URLs.
> 
> -1. We should make cache persistence a high priority and then once Jetspeed is
> run once, the default set of portlets will be guaranteed on disk.
<snip>

So here is what we will do.  When the Servlet engine starts up (and thus
turbine) we will instantly start of the FeedDaemon (which will instantly
parse the defaultPortlets).  The point is that we get all the advantage
of the current system but Portlets never have any latency.

Kevin
-- 
Kevin A Burton ([EMAIL PROTECTED])
http://relativity.yi.org
Message to SUN:  "Please Open Source Java!"
"For evil to win is for good men to do nothing."


--
--------------------------------------------------------------
Please read the FAQ! <http://java.apache.org/faq/>
To subscribe:        [EMAIL PROTECTED]
To unsubscribe:      [EMAIL PROTECTED]
Archives and Other:  <http://java.apache.org/main/mail.html>
Problems?:           [EMAIL PROTECTED]

Reply via email to