Re: OT: Apache Portable Runtime

2005-11-29 Thread Mark Wilcox
Hmm. I would think that the reason to use APR with Tomcat would be to leverage Apache's SSL libraries. I'm not even sure if there's a big performance benefit of that as opposed to alternative solutions such as offloading SSL to a load-balancer. But you might benefit from re-using Apache's SSL confi

Re: Use Tapestry to control access to non-Tapestry pages

2005-10-01 Thread Mark Wilcox
Furthermore -- there's much better solutions than stand-alone Wikis for what you're trying to do - ranging from FOSS solutions like Moodle or Sakai - to closed-source systems like WebCT or BlackBoard. I used to work for WebCT. If you insist on staying with a Wiki -- I'd follow Alan's suggestion -

Re: ANN: hard copies of Enjoying Web Development with Tapestry available

2005-09-21 Thread Mark Wilcox
It's hard to read - but I think what the back cover contains is blurbs from others commenting on the first edition of his book. Mark Grew up in Waco,TX (well actually, Hewitt :)) On 9/21/05, Kevin Monceaux <[EMAIL PROTECTED]> wrote: > On Wed, Sep 21, 2005 at 01:04:10AM +, Kent Tong wrote: > >

Re: Performance problem : simple tapestry page takes long time to show up

2005-09-04 Thread Mark Wilcox
Manoj, What are your JAVA OPT settings for Tomcat? Mark On 9/4/05, Fernando Padilla <[EMAIL PROTECTED]> wrote: > So I suppose HTML page weight isn't an issue? If tapestry behaves just > fine on a local network then it's probably not Tapestry's fault, look at > the network and tomcat. I'll also

Re: Portlet in tapestry

2005-09-02 Thread Mark Wilcox
Andriy, You might want to also try this in uPortal 2.5 (plus the latest patches from uPortal's CVS). 2.5 portlet support was updated and what you may have seen is bugs in 2.4.2. Mark On 9/2/05, Andriy <[EMAIL PROTECTED]> wrote: > Ryan Wynn us.ibm.com> writes: > > > > > Andriy, > > > > I'm using

Re: Fw: RSS Parser and Forum Components for Tapestry?

2005-08-31 Thread Mark Wilcox
Hi, Let's break your questions into 2 distinct parts because they require very different answers. Q1 - RSS and Tapestry - essentially I think this is very much up to you. RSS is just another data feed for al practical purposes - So basically you would need to obtain an RSS feed, parse and then ren

Re: Load balancing

2005-08-30 Thread Mark Wilcox
and appears to better utilize the resources on a machine. And if you need to spread load-further, then you will need some type of load-balancer like an F5 or Netscaler. Mark On 8/30/05, Borut BolĨina <[EMAIL PROTECTED]> wrote: > Hello Mark, > > On 29.8.2005 18:23, Mark Wilcox

Re: Why my portlet does not show any output in Liferay portal?

2005-08-29 Thread Mark Wilcox
Hi Andriy, Make sure that you have included all of the required libraries in your WAR. You might also want to ask on the Liferay list. Mark On 8/29/05, Andriy <[EMAIL PROTECTED]> wrote: > Hello all! > > If someone is familiar with Liferay portal, please help. > > I'm developing portlet applicat

Re: Load balancing

2005-08-29 Thread Mark Wilcox
Hi, Tapestry in Action covers managing state. Start with 2.2.4 "Examinging the Visit Object" and re-read that section. I think chapter 7 or so may also have more information. But Tapestry in Action will only cover how to maintain state in Tapestry - it does not cover clustering directly because th

Re: Any Value in the MyEclipse Package?

2005-08-27 Thread Mark Wilcox
Hi Patrick, I have been a very happy user of MyEclipse since it first came out. While it is true you could get many of the plugins and install them yourself - the point is that MyEclipse does this in one install step, tests & improves many of the plugins you get and helps to better integrate the

Re: Load balancing

2005-08-26 Thread Mark Wilcox
You should also read Howard's article on moving TheServerSide.com to Tapestry. http://www.theserverside.com/articles/article.tss?l=TSSTapestry Mark On 8/26/05, Hensley, Richard <[EMAIL PROTECTED]> wrote: > Borut, > > Do the current JSP application run in a clustered environment? There should > b

Re: How to define a starting page for portlet

2005-08-24 Thread Mark Wilcox
Hi Andriy, Can you be more specific? I've not used Tapestry's portlet functionality yet - but I am familiar with portlets in general. The first time a portlet is loaded onto a page it's going to be called with the doView method. It is up to the logic in that method to determine what is presented

Re: Integration with other php and other apache driven apps.

2005-08-21 Thread Mark Wilcox
Hi Alan, It sounds like you need to be looking more at a portal application server instead of just trying to figure out how to cobble a tapestry application together. Portals are all about integrating disparate content together and with JSR-168 support in Tapestry-4, it's simple to build portal ap

Re: A component (very) quick-ref pdf

2005-08-18 Thread Mark Wilcox
Ron - Sounds like a very useful doc but the attachment didn't seem to make it through. Mark On 8/18/05, Ron Piterman <[EMAIL PROTECTED]> wrote: > Hi all :) > Just a small autogenerated ugly pdf, with a quick-ref to tapestry 4.0b4 > components. might be usefull... > The PDF is generated from the

Re: T4 version of Tapestry In Action

2005-08-17 Thread Mark Wilcox
And if you could provide all of us with a free pony that would be awesome. Mark On 8/17/05, Warner Onstine <[EMAIL PROTECTED]> wrote: > If you're interested the current chapter description is available > from here - http://www.sourcebeat.com/TitleAction.do?id=12 > > AJAX is definitely on the rad

Re: SQL Injection Attacks

2005-08-08 Thread Mark Wilcox
Prepared statements are "safer" because they reduce (essentially prevent) the inclusion of raw SQL. All they can do is set a value of an expected SQL variable. On top of this Java can be used to make sure that you're passing in the proper type of business logic data. Mark On 8/8/05, Geoff Lon

Re: Tapestry and JSR-168

2005-08-04 Thread Mark Wilcox
Hi Ryan, I can't really answer the Tapestry question but I'm active with portlets - but to my knowledge there is no messaging API in the JSR-168 specification. It's a common question (how to share data between portlets) but there is no standard way to do that. Mark W. On 8/4/05, Ryan Wynn <[EMAIL