• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Ron McLeod
  • Paul Clapham
  • Devaka Cooray
  • Liutauras Vilda
Sheriffs:
  • Jeanne Boyarsky
  • paul wheaton
  • Henry Wong
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Tim Moores
  • Carey Brown
  • Mikalai Zaikin
Bartenders:
  • Lou Hamers
  • Piet Souris
  • Frits Walraven

plugin

 
Ranch Hand
Posts: 17424
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hello hello,

Would anyone help me on how to create plugin for jforum? lets say I do have additional class or modify a code in jforum. I just don't want to modify the core code of jforum. what I want is to have a plugin and create a jar file of my additional class.

please help.
[originally posted on jforum.net by Anonymous]
 
Migrated From Jforum.net
Ranch Hand
Posts: 17424
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Anonymous wrote:Hello hello,

Would anyone help me on how to create plugin for jforum? lets say I do have additional class or modify a code in jforum. I just don't want to modify the core code of jforum. what I want is to have a plugin and create a jar file of my additional class.

please help.



Won't you have to modify the "core code of jforum" to get it to recognize your "plugin?"

And you certainly don't give much information as to what you are trying to accomplish with your plugin ... details may be more helpful for a meaningful response.

[originally posted on jforum.net by GatorBait3]
 
Migrated From Jforum.net
Ranch Hand
Posts: 17424
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
thanks for the immediate reply.. here's what I want...

I have to modify the core code of jforum 'coz I have other implementation that needs to modify the code. But I do not want to modify the core code. I just remain the original code.

For example in JForum.java I have additional module, and put JForum.java to another package let's say com.test so what I need now is to use the new JForum.java located in that package (com.test) and retain the original core code.

So I think plugin is the right term for this. lets say I create pluginJForum.jar in which the new JForum.java(com.test.JForum) was inside the plugin and use that on my Jforum. instead of using the original.

Do I explain this clear? please let me know i need help on this

Thanks
[originally posted on jforum.net by Anonymous]
 
Migrated From Jforum.net
Ranch Hand
Posts: 17424
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I second your thoughts, and a plugin engine would be very very helpful.
I have been evaluating some frameworks, and so far, http://jpf.sf.net is by far the best I found.

However, there is not - at least currently - any planned date to refactor JForum in order to support a plugin system. This is desired, but not done so far.

Rafael
[originally posted on jforum.net by Rafael Steil]
 
She'll be back. I'm just gonna wait here. With this tiny ad:
We need your help - Coderanch server fundraiser
https://coderanch.com/wiki/782867/Coderanch-server-fundraiser
reply
    Bookmark Topic Watch Topic
  • New Topic