Re: [OT] What do you code today?

2008-04-07 Thread Roger Ye
My little dirty pet project is a small web bug planted into the corporate intranet websites to collect internal user access statistics and generate report, The logon user is taken from IIS integrated Windows authentication, which is connected to Tomcat using ajp connector, and the user details are

Re: Struts2+Spring2 Beans+Hibernate

2007-09-26 Thread Roger Ye
On 9/27/07, Vinicius Medeiros Peretti <[EMAIL PROTECTED]> wrote: > > I had problems with this combination using jdk 1.6, solved when I > changed the tomcat's jdk to 1.5. Yes, a bit off topic but the src of tomcat 6.0.14 or so even can't be built with java 6. Vinicius > > Tom Holmes Jr. wrote: >

Re: [Struts 2] baseRelativePath Problem

2007-09-25 Thread Roger Ye
Well, I googled, didn't get much help, Batteries may crush out, so do we, man, and sometime you're just in a rush like situation and don't have the mood to read through the docs. Hindsights are always correct, you know. Ah yes, a happy ending, now someone googling for the same question will just

Re: [Struts 2] baseRelativePath Problem

2007-09-25 Thread Roger Ye
thanks for nobody's reply, I read the dos and then got the answer. problem solved by overriding the built-in template head.ftl. just to make it a compete story. On 9/14/07, Roger Ye <[EMAIL PROTECTED]> wrote: > > Question: how to change the default baseRelativePath? > >

Re: [OT] Ajax recommendations for use with Struts1.1

2007-09-19 Thread Roger Ye
Hi Frank, I'm interested in the experience with DWR and Dojo you have got, so why are you trying to move away from Dojo? then move to which? is is DWR? I've used DWR in a previous project, for me it's quite good, gotta love it, however, in the current project we use Struts 2 and Struts 2 seems to

[Struts 2] baseRelativePath Problem

2007-09-13 Thread Roger Ye
Question: how to change the default baseRelativePath? using struts 2.0.9 and the xhtml template, the tag insert the following content in the page, where baseRelativePath: "/p/struts/dojo", while I want it to be "/p/js/dojo", so how can I change that? or I have to follow its requirement and put al