|
Hi,
We are planning to integrate a "forum" functionality to our "100% Grails" platform (www.chakkr.com ) There are 2 ways to go : -> Develop on our own (Grails and some associated plugins may give a good start) -> Use 3rd party apps (my favorite so far being vBulletin) Is there any existing plugin for "forum" support in a Grails application ? Or, is there any existing plugin for a 3rd party forum software like vBulletin ? (how is the user-account data "shared" ?) During my research, I stumbled upon a website (http://www.cruiselinefans.com), which claims to be developed using Grails, and have successfully integrated vBulletin to their application. Can anyone out here throw some lights on that ? Thanx...you guys rock!, Regards, Ajith -- Ajith Kumar Padmanabhan CHAKKR – The Courier Marketplace www.chakkr.com Web2Come GmbH Alleestr.4 46049 Oberhausen, Germany www.web2come.com --------------------------------------------------------------------- To unsubscribe from this list, please visit: http://xircles.codehaus.org/manage_email |
|
Hi,
I started developing a forum plugin for one of my projects. The first version of the site went live without the forum, as the plugin was a bit rough (and we had to develop other more important features), but I plan to restart working on it soon. If you want I can send you the rough version so you can start evaluating it (and maybe help me polish it if interested :-)) In any case, if you can find a good way to integrate another forum engine I could use that solution instead of my plugin if it's better :-) Ciao Davide On Mon, May 30, 2011 at 12:11 AM, Ajith Kumar Padmanabhan <[hidden email]> wrote: Hi, |
|
Hi Davide,
Thanx for the feedback. Sounds good that you did an attempt to add "forum" to a Grails App. Did you try to integrate a 3rd party software like vBulletin, or did you do it yourself from scratch? I'll PM you, so that we can take it further. Thanks, Regards, Ajith On 05/30/2011 12:24 PM, Rossi Davide wrote: Hi, -- Ajith Kumar Padmanabhan CEO/ Geschäftsführer CHAKKR – The Courier Marketplace www.chakkr.com Web2Come GmbH Alleestr.4 46049 Oberhausen, Germany www.web2come.com Phone : +49-208-9407394 | Fax: +49-208-9407395 | Mobile: +49-163-8596818 | Email : [hidden email] CEO / Geschäftsführer: Ajith Kumar Padmanabhan Company registration / Sitz der Gesellschaft: Oberhausen, Germany Registration Court / Amtsgericht: Duisburg HRB 21420 This mail communication (and any attachments) are confidential and are intended only for the individual(s) or entity named above and others who have been specifically authorized to receive it. If you are not the intended recipient, please do not read, copy, use or disclose the contents of this communication to others. Please notify the sender that you have received this mail in error by replying to the mail or by calling +49-(0)208-9407394. Please then delete the mail. This information may be subject to legal professional or other privilege or may otherwise be protected by work product immunity or other legal rules. Diese Nachricht ist nur für die genannten Empfänger bestimmt und kann vertrauliche Informationen enthalten. Wenn Sie nicht der richtige Empfänger sind, bitten wir Sie diese Nachricht weder zu lesen noch zu kopieren noch diese Nachricht an Dritte weiterzuleiten. Bitte verständigen Sie uns durch eine Rückmeldung oder telefonisch unter +49-(0)208-9407394 über den irrtümlichen Erhalt dieser Nachricht. Bitte löschen Sie anschliessend diese Nachricht. Die in dieser Nachricht enthaltenen Informationen können dem anwaltlichen Berufsgeheimnis unterliegen oder anderweitig geschützt sein. Vielen Dank! |
|
Hi Ajith,
I've had a little experience so I'll throw my 2 cents in here. My experience was not with grails but with wicket and I have to offer a word of caution going down the road of integrating 3rd party software. If I understand you correctly you are basically talking about a bit of software to keep your users sync'd between the forum and the grails app, I think the term is a 'bridge'. While it is possible it certainly wasn't painless, things like:
I think with something like Grails that is fast to develop in it is better go for the contained application rather then have to live with what starts out as what seems like an easy win but turns into lots of glue and sticky-tape to make it work.
Anyhoo, that's my opinion for what its worth.
Simon
On 31 May 2011 10:29, Ajith Kumar Padmanabhan <[hidden email]> wrote:
|
|
Hi,
that's the main reason I started to develop a Grails plugin. I considered some Grails / php Integration first, but in the end I preferred to use a custom solution. Ciao Davide
On Tue, May 31, 2011 at 7:47 PM, Groovy Comley <[hidden email]> wrote: Hi Ajith, |
|
In reply to this post by Ajith Kumar Padmanabhan
Hi, I did a lot of the integration for cruiselinefans.
We added a custom realm in JSecurity to pass shiro details back and forth from vbulletin for cruiselinefans. User details were stored in vbulletin. We also used the datasources plugin to map to tables within vBulletin that enabled us to retrieve forum / post / thread details and show these in our grails application. IIRC, vBulletin has a few APIs you can use, but these were not very well supported in our application version. None of the grails forums we looked at had the right combination of plugins / theming / moderation that you would get with vBulletin. If there are any specific questions, I'll see if I can help. On Sun, May 29, 2011 at 11:11 PM, Ajith Kumar Padmanabhan <[hidden email]> wrote: > Hi, > > We are planning to integrate a "forum" functionality to our "100% Grails" > platform (www.chakkr.com ) > > There are 2 ways to go : > > -> Develop on our own (Grails and some associated plugins may give a good > start) > -> Use 3rd party apps (my favorite so far being vBulletin) > > Is there any existing plugin for "forum" support in a Grails application ? > > Or, is there any existing plugin for a 3rd party forum software like > vBulletin ? (how is the user-account data "shared" ?) > > During my research, I stumbled upon a website > (http://www.cruiselinefans.com), which claims to be developed using Grails, > and have successfully integrated vBulletin to their application. > > Can anyone out here throw some lights on that ? > > Thanx...you guys rock!, > > Regards, > Ajith > > -- > Ajith Kumar Padmanabhan > > CHAKKR – The Courier Marketplace www.chakkr.com > > Web2Come GmbH > Alleestr.4 > 46049 Oberhausen, Germany > www.web2come.com > > > > > --------------------------------------------------------------------- > To unsubscribe from this list, please visit: > > http://xircles.codehaus.org/manage_email > > > --------------------------------------------------------------------- To unsubscribe from this list, please visit: http://xircles.codehaus.org/manage_email |
|
In reply to this post by Ajith Kumar Padmanabhan
Hello Ajith,
Am 30.05.2011 00:11, schrieb Ajith Kumar Padmanabhan: > We are planning to integrate a "forum" functionality to our "100% > Grails" platform (www.chakkr.com ) > > There are 2 ways to go : > > -> Develop on our own (Grails and some associated plugins may give a > good start) > -> Use 3rd party apps (my favorite so far being vBulletin) > > Is there any existing plugin for "forum" support in a Grails application ? You might want to check out Weceem (http://www.weceem.org/). Weceem is a full blown Grails based Web Content Management system. It has a content type for comments that can also be used for forums and topics. We are still a little bit away from a full blown forum, but the Weceem UI can be used for basic moderation, Weceem has support for constructing the UI from blocks/widgets and theming etc. A full blown forum like vBulletin has certainly more features, but the integration of a PHP apps creates additional complexity. Best Regards, Stephan Albers http://www.weceem.org/ http://www.grailsflow.org/ http://www.jcatalog.com/ --------------------------------------------------------------------- To unsubscribe from this list, please visit: http://xircles.codehaus.org/manage_email |
|
This post has NOT been accepted by the mailing list yet.
In reply to this post by Ajith Kumar Padmanabhan
Hi! i am nelson new here and i like it very much.......
|
|
This post has NOT been accepted by the mailing list yet.
In reply to this post by Rossi Davide
Nice............
|
|
This post has NOT been accepted by the mailing list yet.
In reply to this post by john23
I like it very much...........
|
| Powered by Nabble | Edit this page |
