• 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
  • Tim Cooke
  • Devaka Cooray
Sheriffs:
  • Liutauras Vilda
  • paul wheaton
  • Rob Spoor
Saloon Keepers:
  • Tim Moores
  • Stephan van Hulst
  • Tim Holloway
  • Piet Souris
  • Mikalai Zaikin
Bartenders:
  • Carey Brown
  • Roland Mueller

Jforum architecture and function diagrams

 
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 need to know the architecture of jforum and how its classes interact. It's because I need to create some kind of manual for this so if someone have this information I will be very thankful.

bye
[originally posted on jforum.net by andresg_8]
 
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
For the class diagrams, just use any reverse engineering tool!

Rafael
[originally posted on jforum.net by Rafael Steil]
 
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
andre.
if you created the Class Diagrams then let me know i whould love to use them.

[originally posted on jforum.net by yuvala]
 
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
Hi Rafael,

I think it is important to have some architecture documents. Though it is probably least challenging part of writing software, it is very important and will allow you and others to think about the architecture more clearly. A reverse-engineered class diagram is not very usefull. Think about diagrams that show what classes are cached, which classes are involved in showing a page, which tasks are performed by which packages, etc., and most of all, for each of these questions, why? Why is it implemented like that?

Moreover, why don't you put the javadoc online? It would allow potential developers to look into part of the architecture very quickly, without having them create their own javadoc. You can very easily write some script that updates the javadoc on new commits (or use tools for it like CruiseControl).

Hope you can do something with my info ;). I like JForum and I like JForum to grow.

Regards!
[originally posted on jforum.net by anoko]
 
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
Yes, we can put the javadoc online.

Could you please register the task at http://www.jforum.net/jira ?

Thank you.

Rafael
[originally posted on jforum.net by Rafael Steil]
 
Do not meddle in the affairs of dragons - for you are crunchy and good with ketchup. Crunchy tiny ad:
We need your help - Coderanch server fundraiser
https://coderanch.com/wiki/782867/Coderanch-server-fundraiser
reply
    Bookmark Topic Watch Topic
  • New Topic