Thank you (all) for your answers,

Sorry there is no online presence of my application.
I couldn't found any free webhosting for cocoon2 :-).

Okay, the application works this way.
On the first sight it's a simple online timer. Users can add new
dates (four types normal date, todo, series, ...) edit or delete them.
But the online timer also allows them to store their preferences
in a database. With a simple GUI they can select the fonttype, fontsize and
the color of nine different fonts used by the application. When
the user access any website these preferences are taken out of the
database and are merged to a CSS. If there are no preferences stored
for the current user a standard CSS is used.
The second feature is that the online timer can be used also by WAP-clients.
If a person calls a website, the application determines the capabilities of
the
device. Because the fact that a http doesn't support CC/PP (yet) I used a
fake.
I determine the http user-agent and map this with a list of profiles.
e.g.: user-agent: Nokia 7110 ->
profile - list
<profiles>
  <profile user-agent="Nokia7110"
src="http://somewhere.com/nokia7110.ccpp"/>
  <profile ../>
</profiles>
With the help of the CCPP I can determine the max. resolution of the client.
If this resolution is under a predefined value, I reduce the content of the
website so the client can display it (no forms, alternative text, skip
hyperlinks, ...)

I hope you understand the function of this application; it's not quite easy
to explain :-),
Martin


----- Original Message -----
From: "Tomas Espeleta" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Friday, November 23, 2001 10:45 AM
Subject: Re: Any Publishing Frameworks similar to cocoon?


> > No I like Cocoon and Java very much :-)
> > but currently I'm writing a dissertaion about Cocoon and therefor
> > I'm wondering there are no other products like Cocoon.
>
> I really don't know, but I've heard many medium-sized companies with $$
(and
> even bigger ones),
> use cocoon mounted on $$$ J2EE App servers... This may be for 2 reason (or
> both!):
> 1) Cocoon is a really good product
> 2) It doesn't exist some commercial product similar to cocoon...
>
> > For your interest:
> > For my dissertation I developt a online Timer based on cocoon2.
> > One of the goals of the implementation was to allow any user to
> > use this online timer. This means every Browser type (micro or
> > desktop-browser)
> > can access this application. With the help of CC/PP i read the
> > max. resolution of the device and therefore the webpage is customized
> > due to the needs of the client. It also allows to generate CSS
dynamically
> > based on the preferences the user has (stored in a DB).
>
> Really interesting! any ready url to take a look?
>
> -- Tomas.
>
>
>
> ---------------------------------------------------------------------
> Please check that your question has not already been answered in the
> FAQ before posting. <http://xml.apache.org/cocoon/faqs.html>
>
> To unsubscribe, e-mail: <[EMAIL PROTECTED]>
> For additional commands, e-mail: <[EMAIL PROTECTED]>
>


---------------------------------------------------------------------
Please check that your question has not already been answered in the
FAQ before posting. <http://xml.apache.org/cocoon/faqs.html>

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

Reply via email to