Re: Wicket-Seam Integration

2007-11-30 Thread Frank Martínez
be interested to see the reaction of the Seam community to being given the opportunity to use Wicket instead of JSF. Regards - Cemal http://jWeekend.co.uk http://jWeekend.co.uk Frank Martínez-3 wrote: Hi Cemal, Thanks for your interest and words! I am a Seam developer and I started

Re: Wicket-Seam Integration

2007-11-22 Thread Frank Martínez
Hi guys, I posted more documentation about the wicket-seam example project: http://www.ibstaff.net/fmartinez/?p=43 -- Frank D. Martínez M. Asimov Technologies Ltda. Blog: http://www.ibstaff.net/fmartinez/ - To unsubscribe,

Re: Wicket-Seam Integration

2007-11-22 Thread Frank Martínez
Hi Eelco, On Nov 22, 2007 3:37 AM, Eelco Hillenius [EMAIL PROTECTED] wrote: On Nov 22, 2007 12:33 AM, Frank Martínez [EMAIL PROTECTED] wrote: Hi guys, I posted more documentation about the wicket-seam example project: http://www.ibstaff.net/fmartinez/?p=43 Cheers Frank. Say, just out

Re: Wicket-Seam Integration

2007-11-22 Thread Frank Martínez
Hi Eelco, On Nov 22, 2007 2:44 PM, Eelco Hillenius [EMAIL PROTECTED] wrote: Thanks for explaining. A few questions... Why i do not use proxies: 1. Seam injected Ejbs and JNDI resources are already proxies, so i don't want a proxy of the proxy of the proxy .. 2. Because proxies

Wicket-Seam Integration

2007-11-19 Thread Frank Martínez
Hi All, Here is the Wicket-Seam implementation (First attempt). it supports Injection, Outjection, EL Expressions (Not in the html but just in the code). And full access to all seam contexts. In order to build it you need to put it in trunk/src/jdk-1.5 and run maven on

Re: Wicket-Seam Integration

2007-11-19 Thread Frank Martínez
Hi Eelco, The wicket-seam project is already maven2 and is integrated as wicket-guice (Is based on its structure and pom.xml). The example is ant based not maven2, but i can fix it. Cheers, Frank. On Nov 19, 2007 1:03 PM, Eelco Hillenius [EMAIL PROTECTED] wrote: Hi Frank, The wicket-seam is:

Wicket-Seam Integration

2007-11-19 Thread Frank Martínez
Hi All, I committed the seam-integration module to the wicket-stuff repository. And published the example application in my blog until i change it to maven 2. I Will add more documentation soon. Any comments are appreciated. Thanks, Frank. -- Frank D. Martínez M. Asimov Technologies Ltda.

Re: Seam Integration and Injection

2007-11-18 Thread Frank Martínez
: On Nov 16, 2007 5:22 AM, Frank Martínez [EMAIL PROTECTED] wrote: Hi, I am working with jboss seam by about one year, now i am developing a wicket-seam integration based on wicket-seam-test. Good to hear someone is working on it! I will send it to the wicket developers when i finish

Re: Wicket-Seam Desired Architecture

2007-11-18 Thread Frank Martínez
, 2007 4:39 PM, Frank Martínez [EMAIL PROTECTED] wrote: Hi All, This (Attached image) is my vision of the Wicket-Seam Integration. I am working on it and i appreciate any comments. Regards, -- Frank D. Martínez M. Asimov Technologies Ltda. Blog: http://www.ibstaff.net/fmartinez

Seam Integration and Injection

2007-11-16 Thread Frank Martínez
Hi, I am working with jboss seam by about one year, now i am developing a wicket-seam integration based on wicket-seam-test. I will send it to the wicket developers when i finish it. I am not expert on Wicket and i have some questions: 1. Are Wicket Components instantiated on every request? 2. In