Re: JDeveloper - Can I get a show of hands?

2009-06-19 Thread Bruno Ledesma
the IDE not the manager. Bruno Ledesma 2009/6/19 Martijn Reuvers martijn.reuv...@gmail.com JDev is not a bad IDE actually. If you want a lot of ready to use integrated functionality then its by far better than any of the earlier mentioned IDE's (especially if you use e.g. bc4j, soa, adf etc

Re: Noob question: error on quickstart project with maven 2.1.0 and wicket 1.3.6

2009-06-12 Thread Bruno Ledesma
is with syncronized files. Bruno Ledesma 2009/6/12 Neil Bartlett neil.e.bartl...@gmail.com I thought I'd give Wicket a whirl on a new project. Till now I've predominantly used Spring, but I'm doing a small project so I thought I'd see what wicket could do. I'm getting an exception on the quickstart

Wicket Portlets and Liferay

2009-05-11 Thread Bruno Ledesma
) with wicket, but i dont know if they handled compatibilty issues changing some wicket or liferay code... If someone that did this kind of job, it would be great to have some feedback! thanks ! Bruno Ledesma

Re: Wicket Portlets and Liferay

2009-05-11 Thread Bruno Ledesma
, and without any different char (like '-'). The first issue, i didn't knew nothing about it. thanks! Bruno Ledesma 2009/5/11 Tonio Caputo ton...@exeo.com.ar Hi Bruno, I'm a beginner in wicket, also in liferay and was able to use wicket to construct a portlet. My first experience was a bit tough

Re: Wicket Portlets and Liferay

2009-05-11 Thread Bruno Ledesma
/html* and *text/xml* if not it won't work. The important thing is just to get it working, hope it helps tonio On Mon, May 11, 2009 at 11:57 AM, Bruno Ledesma led.br...@gmail.com wrote: Well, its kind of curious... the 2nd issue that you posted: 2). Never call your appl/portlet-name

Re: Stream/download files through portlet

2009-05-08 Thread Bruno Ledesma
. The browser response is : The requested resource (/wick-portlet-0.0.1-SNAPSHOT/wick-portlet/) is not available. Does anyone have some idea,or know any issue about this kind of feature? thanks! Bruno Ledesma Rob Sonke wrote: Thijs and I debugged the code together this morning because when

Re: Stream/download files through portlet

2009-05-08 Thread Bruno Ledesma
this char, causing the problem. sorry for the inconvenient question... Bruno 2009/5/8 Bruno Ledesma led.br...@gmail.com Hello All! Im facing problems trying to Stream/download files through portlet. I also used DynamicWebResource and a Resource link to serve the Resource Data. On a simple Wicket