[jboss-user] [JBoss Portal] - Re: Struts Portlet

2007-01-30 Thread r_mun
Hi, In our current project we use JBoss portal. We desperately try to make it more user-friendly. And for this reason we use Ajax-updated portlets. Unfortunately JBoss hasn't got that nice Model-View-Controller Architecture we are used to. So to simulate that we use containers and struts

[jboss-user] [EJB 3.0] - Re: ejbql - problem with like and named parameter

2006-10-17 Thread r_mun
Hi, Adam I have faced the same problem. You have probably found the sollution youself. Just for the protocol I'll add my sollution to this problem so that others could use it. The query I formed was like SELECT distinct object(o) FROM Rental o WHERE lower (o.description) LIKE

[jboss-user] [JBoss Portal] - Re: Portlet Placement

2006-10-06 Thread r_mun
Hi, creative77 You can use a special portlet in the admin area (see portal example), to move the windows. It's implemented with the use of arrows, as you've mentioned. In our project we have a similar need to enable the user to move his portal windows. We are looking forward to new

[jboss-user] [JBoss Portal] - Re: Full Text Search Within JBoss Portal

2006-09-26 Thread r_mun
Hi, again First of all, Ryszard, thanks for answering my questions. I have made some investigations lately and I want to sare the results of my research. [A001] If to use the search engines like Lucene the search is performed as described in

[jboss-user] [JBoss Portal] - Full Text Search Within JBoss Portal

2006-09-20 Thread r_mun
Hello, I'm new to JBoss portall, and portal application architecture. However we are now working over the project, requiring such kind of architecture. Our portal would require full-text search over different kinds of resources (our database, HTML, PDF, etc). I performed some