Home
Analytics
Vaadin Portlet or Liferay?
Azad Singh
I want to create portal using either using Liferay or Vaadin, but i am a newbie for both the tools, can anyone suggest me if u have done this thing earlier? Which one is easy to use, as I don't have enough time to cash in "Time" to learn the technology in depth.
Any Help is appreciable.
Thanks!
Azad
Find more posts tagged with
Comments
mwilliams
I haven't used either one, but if you end up getting one to work with BIRT, a short write up what you did to get the one you chose to work, would be great for the devShare!
CBR
did you ever used GWT? If yes then Vaadin would be my first choice because it is GWT on the server.
For you to remember is that Vaadin is something like a GUI model on the server, so nearly each interaction with the website will fire a event to the server that has to be processed. I don't know if they still have problems with performance now but it was a big problem in earlier releases.
Your decision should be based on several factors. It is hard to give any advice without knowing the system to be implemented in depth.
Azad Singh
<blockquote class='ipsBlockquote' data-author="'cbrell'" data-cid="101210" data-time="1337770295" data-date="23 May 2012 - 03:51 AM"><p>
did you ever used GWT? If yes then Vaadin would be my first choice because it is GWT on the server.<br />
For you to remember is that Vaadin is something like a GUI model on the server, so nearly each interaction with the website will fire a event to the server that has to be processed. I don't know if they still have problems with performance now but it was a big problem in earlier releases.<br />
<br />
Your decision should be based on several factors. It is hard to give any advice without knowing the system to be implemented in depth.<br /></p></blockquote>
<br />
<br />
Hi CB RELL, sincerely, thanks for the reply.<br />
<br />
I haven't ever worked in GWT, but have started working on Vaadin now, the problem i faced today is, i just want to add more than one portlet on same page, for that how can I add the second portlet on same project(Vaadin project).<br />
<br />
And can u share some sample project, specially on Vaadin Inter-Portlet-Communication?
philip.p
Hi Azad,<br />
<br />
You can add multiple portlets from multiple projects on the same page, but a project can have multiple portlets as well, by declaring multiple portlet elements within portlet.xml and liferay-portlet.xml.<br />
<br />
As for IPC, I have never tried it.<br />
<br />
regards,<br />
philip pandu<br />
<br />
<blockquote class='ipsBlockquote' data-author="'Azad Singh'" data-cid="101232" data-time="1337786038" data-date="23 May 2012 - 08:13 AM"><p>
Hi CB RELL, sincerely, thanks for the reply.<br />
<br />
I haven't ever worked in GWT, but have started working on Vaadin now, the problem i faced today is, i just want to add more than one portlet on same page, for that how can I add the second portlet on same project(Vaadin project).<br />
<br />
And can u share some sample project, specially on Vaadin Inter-Portlet-Communication?<br /></p></blockquote>