Giter VIP home page Giter VIP logo

jforum3's Introduction

JForum

Disclaimer: I am not actively working on the code anymore, as I moved to another projects and priorities over the years. I keep it here for historical reasons and because it may be useful to someone. This v3 was intented to be a next gen of v2, a total rewrite with new features and approaches. However, interest on the project dismissed over time, and I saw no reason to keep working on it.

Please check http://jforum.net for the currently maintained version

jforum3's People

Contributors

cloutierjo avatar ishche avatar jaikiran avatar josedonizetti avatar rafaelsteil avatar rcarneiro avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

jforum3's Issues

Files .project and .classpath

The project itself shouldn't be IDE oriented, so I believe it shouldn't have the .project and .classpath files.

I have already had a problem with a team, cause one member were using a very specific plugin, and the ones that had't the plugin was getting an ugly stacktrace.

How to make a forum? How to download this stuff?

I can't download this stuff. I only get all the maps, but none of them is a program where I can start making a forum.. How to make something like that? Cause I really like makeing a forum! Especcialy when it's made by such of a great company!

Tests are failing on the Ant Builder

I don't know why? but when I call the ant task, some tests are failing.

I believe that I should be able to run it without an ide. Like any other builder!

When can I find stable JForum 2.1.9

Hi Rafael,
I was looking at jforum.net/download.jsp
On the top of the page it says stable 2.1.9 release. But, the bottom of the page has only 2.1.8 version.
What are the fixes in 2.1.9 and where can I find this stable version? Thanks.

Is 3.0 a major rewrite?

Sorry for posting this under issues. Wasn't sure where else to post.

I've been investigating JForum, using the 2.3.3 code that is being maintained by Andowson Chang. Comparing the code, it looks like major changes are planned in the 3.0 update.

If this is the case, will there be a migration path from 2.3.x to 3.0 or will 3.0 be a completely different animal?

One area the I'm particularly interested in is how much of the API will be exposed so that external apps will be able to manage users and groups externally. I see that there are service classes defined in the services package, but I can't tell which will be exposed. Right now 2.3.3 has mechanisms to add a user and retrieve a list of users. Will 3.0 add to the available methods that can be accessed externally?

Thanks for your work on the application!

Make jforum maven style?

I found jforum uses maven project structure,but hase not defined a pom.xml.
Would you like to make jforum maven style?

Why not use Maven as a Builder. I'm starting a branch with maven.

I've forked the project and started a branch called mavenized.
The goal in that branch is to use maven as the builder, however, I am stuck with broken tests.

I've got 770 tests to run as they should. I've found 2 major problems.
Most of the problems there about opened threads in "readers" that leads to infinite loops. In a private branch I've comment some just to skip. And the rest about an StringIndexOutOfBoundsException on some implementations of the Formaters, like on the BBConfigFormatter.

I sure need some help. However that part is not yet good enough to be merged into the master branch. Or I don't know if use Maven as a builder is a goal of the project.

Thanks

How can I create a new article.

hi, every one, I installed jforum2.1.9, but the home page show "Blocked Forum", I want to know how to configure it. and how create new article, thanks.

At 2012-05-11, does Jforum 3.0 work well?

Hi, JForum 3.0 Team (Rafael Brothers?), great thanks for your hard work.
I hate freemarker, so i choose JForum 3.0. I download src code from github, and spent three hours to download many jar filesin order to make it work. But when I Compile jforum3-git project, I encouter many errors such as :
a) ConfigKeys.TEMPLATE_NAME cannot be resolved
b) The method accepts(ResourceMethod) of type ExtendsAnnotationInterceptor must override a superclass method
c) bbCodes cannot be resolved
I check src code revision history on github, I woke up to some codes' change lead to error, but there are some errors not because of codes' change.

So I'm confused now, does Jforum 3.0 work well?

How to Setup with Netbeans? It's an configuration hell

Hi,

i tried to import this Project into Netbeans and start it with Tomcat 7 but it alway fails on.

java.lang.AbstractMethodError: javax.servlet.jsp.JspFactory.getJspApplicationContext(Ljavax/servlet/ServletContext;)Ljavax/servlet/jsp/JspApplicationContext;

If i get it run, maybe i can code a little bit and help you with bugs n stuff. But for now, i think it would be better with maven. Do you have a Timeline or something? I think we could run this stuff with more developers, but we must do some general fixes

Ukrainian translation

I made Ukrainian translation and i'd like to add it to the repository. I couldn't find option to add attachment to the issue.

Autowired is failed

in package net.jforum.entities.Category

repository always is null

i think autowired is failed,because some things

Ant compile -suggestion

suggestion:
Running from within eclipse, the javac ant task with the option fork="false" fails compilation task. I've set to true so it uses the eclipse java runtime. This also applies to JForum2 code base.

Also, on the subject of compiling and deploying.
Tip to other developers. Create a Mavenized version of the project with the maven-archetype-webapp archetype. Quicker to work with than Ant and allows for runtime debugging in tomcat with the .m2-wtp plugin.

Until JForum3 is in a GA release... Best of to the developers of Jforum3

jforum3

I have downloded jforum3 and installed which is not showing list of created fourms. And finally I fixed the issue. But now which is showing the error on posting to my forums and replying to my forums. Can you please reply to my post.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.