Re: Statistics support in Struts?

2006-06-27 Thread Leon Rosenberg
which statistics do you mean exactly? CountStatistics? TimeStatistics? leon On 6/27/06, Pankaj Gupta <[EMAIL PROTECTED]> wrote: Hi All, Is there any way to provide the statistics features provided by the javax.management.j2ee.statistics package in struts? regards,

Statistics support in Struts?

2006-06-27 Thread Pankaj Gupta
Hi All, Is there any way to provide the statistics features provided by the javax.management.j2ee.statistics package in struts? regards, Pankaj - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail

Re: Shale vs. Action framework Statistics

2006-03-06 Thread Ted Husted
indicator of project health. -Ted. On 3/6/06, Bernhard Slominski <[EMAIL PROTECTED]> wrote: > Ted, > > thanks for the answer, you gave me really some good sources to look at. > Even though it's a bit unfortunate that the statistics are not split between > Struts Ac

AW: Shale vs. Action framework Statistics

2006-03-06 Thread Bernhard Slominski
Ted, thanks for the answer, you gave me really some good sources to look at. Even though it's a bit unfortunate that the statistics are not split between Struts Action and Struts Shale. Especially for the downdload area it would be interesting to see the devleopment of the two. Is it possib

Re: Statistics

2006-03-05 Thread Morten Andersen
oad, avail. memory , and so on). As I started with it, I haven't found anything ready to use, so maybe its worth to put it on the sourceforge :-) regards leon On 2/17/06, Morten Andersen <[EMAIL PROTECTED]> wrote: How do you do statistics for your website solutions? Just usin

Re: Shale vs. Action framework Statistics

2006-03-04 Thread Ted Husted
On 3/4/06, Bernhard Slominski <[EMAIL PROTECTED]> wrote: > are there any download statistics availabe for Shale + the action framework? > > Could give a rough estimated about the popularity of both framworks. The download statistics for the Apache Struts website ar

Shale vs. Action framework Statistics

2006-03-04 Thread Bernhard Slominski
Hi, are there any download statistics availabe for Shale + the action framework? Could give a rough estimated about the popularity of both framworks. Thanks Bernhard Slominski - To unsubscribe, e-mail: [EMAIL PROTECTED] For

Re: Statistics

2006-02-17 Thread Ahmed Hashim
h it, I haven't found anything ready to use, so maybe > its worth to put it on the sourceforge :-) > > regards > leon > > On 2/17/06, Morten Andersen <[EMAIL PROTECTED]> wrote: > > How do you do statistics for your website solutions? > > > > J

Re: Statistics

2006-02-17 Thread C. Grobmeier
Hi The thing I need at first was actually basic user-statistics. - How many users the last day/week/month - Who's the referer i use a PHP skript for that. * http://www.phpee.com/11.html It does all the needed data very well. Have fun,

Re: Statistics

2006-02-17 Thread Morten Andersen
The thing I need at first was actually basic user-statistics. - How many users the last day/week/month - Who's the referer But your program sounds like a nice optimization tool. Regards Morten Leon Rosenberg skrev: I have developed a solution where each struts action has an Action

Re: Statistics

2006-02-17 Thread Leon Rosenberg
How do you do statistics for your website solutions? > > Just using standard statistics packages or solutions? > If then what package? > > I'm currently developing an XML based statistics module for J2EE that > saves the stats info using XML. This makes it more flexible and

Statistics

2006-02-17 Thread Morten Andersen
How do you do statistics for your website solutions? Just using standard statistics packages or solutions? If then what package? I'm currently developing an XML based statistics module for J2EE that saves the stats info using XML. This makes it more flexible and easier to use. But