Java Forum Tools?

I have seen some sites that present data about the forums (most posts, most dukes, etc) and I am wondering if anyone knows of other tools that can be used to view/post to the forums.
Is it available as a newsgroup? Has someone coded a more customizable reader?
Any links would be appreciated.
-Mike

I would like a "Rate this response" 0-5. Each poster should then have their individual average rating next to their name.
Also, next to their name I would like a "Member since YEAR".

Similar Messages

  • Java Reporting Tools: Proprietary Tools

    I have created this topic: Java Reporting Tools and I received lots of good answers about open-source tools.
    At the same time, only one person told something about proprietary tools :) So, I have another question :): Which proprietary tools are worth the time and the money in this field (Java Reporting Tools) ?

    This forum is for questions about the javadoc tool that generate API documentation. The question seems off-topic, so you might not get an answer here.

  • JAVASCRIPT ISSUE (i realize this is a java forum not J.S.) URGENT!

    Hello,
    First off I realize this is a java forum and not Javascript so if you are do not know Javascript ignore this thread. I posted it here because Ive used this before and help is often prompt. However, If anyone out there knows javascript would you be willing to help me real quick on a function issue that i cannot seem to solve? It would be greatly appreciated! I am trying to add a pop up box that displays an error message when they enter the wrong format. For ex. the proper format is 3 letters followed by 3 numbers (INF334). If they enter something such as (INFD334) I want a J.S. pop up box to display and have them try again. I cant seem to figure out where I need to include this within my function I created though. Can someone please help! Here is my function:
    function addCourses(arguments) {
      //Declare Variables     
           var class = "-", grade = "-";
           fieldValue = document.InformationForm.CoursesTaken.value;
            if(arguments == null || arguments == '') {
           //Prompt user for input, validate input
             while(!class.match(/[A-Z]{3}[0-9]{3}/) && class != 0 && class != '' && class != null) {
                     class = prompt("Enter a Course ID. Ex. INF110", "");
           else {class = arguments;}
      //Checks for valid Grade Letters including Withdrawals
           while(!grade.match(/[A-DFW]{1}/) && grade != 0 && grade != '' && grade != null && class != '' && class != null && class != 0) {
              grade = prompt(" Enter The Grade Letter Earned. Ex. A B C D F W", "");
           if(class != "" && class != null && grade != '' && grade != null && grade != 0 && class != 0) {
                  document.InformationForm.CoursesTaken.value = fieldValue + "" + class + "\t" + grade + "\n";
             newGPA(grade);
             classCount();
    }//END addCourses Function

    Also, if you don't want to be labeled a loser in this and other forums, please read this:
    http://www.catb.org/~esr/faqs/smart-questions.html
    especially these sections:
    http://www.catb.org/~esr/faqs/smart-questions.html#forum
    h2. Choose your forum carefully
    Be sensitive in choosing where you ask your question. You are likely to be ignored, or written off as a loser, if you:
    post your question to a forum where it's off topic...
    http://www.catb.org/~esr/faqs/smart-questions.html#urgent
    h2. Don't flag your question as ?Urgent?, even if it is for you
    That's your problem, not ours. Claiming urgency is very likely to be counter-productive: most hackers will simply delete such messages as rude and selfish attempts to elicit immediate and special attention.

  • Not able to edit fileds in java based tools after upversioning to 1.7.0_06.

    Hello experts,
    In our project, we use one java based tool(not mentioning the name because it is project specific).
    We recenlty upversioned our java version from 1.6.0_29 to 1.7.0_06. After upversioning the java, our java based tool is not functioning properly. Few fileds became non-editable. The issue is coming when only xlaunch is used to connect to the lab. That too issue is coming when multiple windows are selected in xlaunch. If I use single-window option then the tool works fine. The tool also works fine if I directly launch it from exceed/xterm(not from xlaunch). Hence the problem is coming with the combination of jre 1.7.0_06 and xlaunch(multiple windows).
    Can anyone kindly help me how to rectify this problem..
    Best wishes....
    Bhargav

    Are you using any operating system? To my experience buttons and fields in java can conflict with fancy windowing settings, such as 3D visual effects, etc. I suggest to disable anything related on your client system.

  • CrystalReports Subreports Demo Using XML As DataSource , Java As Tool

    Hello,
        Im New to CrystalReports.Can any one send me (or) explain me Regarding "CrystalReports Subreports Demo Using XML As DataSource , Java As Tool" .
    Thanks,
    RadhaKrishna K

    ok

  • Retrieving cookies when logging into java forums through a java application

    Hello --
    I am currently working on a spider application that will have the ability to login to sites of interest and then begin crawling.
    I thought an easy place to start would be to login to java forums. However, I have run into a bit of a snag with all of the cookies....
    The following is the information that I am posting:
    action = "login"
    url = "http://forum.java.sun.com/index.jsp"
    UserId     // my username
    Password // my password
    Submit = "Log in"
    AutoLogin = "1"
    I am doing this using HttpURLConnection that was created using http://developer.java.sun.com/servlet/SessionServlet as the URL. Then I create an output stream etc:
    OutputStream os = huc.getOutputStream();
    os.write(sb.toString().getBytes("US-ASCII")); // where sb is a StringBuffer which contains the above information separated with &'s
    os.close();
    This is when I run into my problem...Next, I try to obtain the session cookies (using the same HttpURLConnection that I posted with) but I am not getting all of the cookies.
    As a test, I set my browser to prompt for cookies and I found that when you submit your login information three cookies are set: JDC, JSessionId, and SessionCredentials. Then two more cookies are set JSessionId again and jiveUserLastVisited -- I think these cookies are actually set while getting the http://forum.java.sun.com/index.jsp page. Anyway the only cookies that I get through my program are JSessionId and jiveUserLastVisited.
    So to remedy this I tried setting followRedirects to false on my HttpURLConnection (before I perform my post) and then I tried to get the Set-Cookie header immediately following my post. What I found was after calling getFieldHeader() my connection has changed -- when I do a getConnection on my HttpURLConnection the connection has changed to the second page (http://forum.java.sun.com/index.jsp) even with redirects set to false.
    I guess my inexperience with web applications has caught up with me. Does anybody have any ideas?
    Thanks,
    Lisa

    Lisa
    Did you get any reply on this ?? I am also writing a similar web crawler and i also ran into similar problems.
    let me know if you found the solution. thanks.
    -P

  • Creating/programming a Java Forum

    Hi Does anyone know any good pure Java Forums, I dont want to use php or any other programming language other than Java.
    I have looked at a few website and this one seems like the best choice:
    http://www.mvnforum.com/mvnforumweb/index.jsp
    Has anyone used it, or does anyone know a better choice?
    thanks

    thanks for the reply:
    Seems ok, but users have reviewed it as hard to use.
    Any other suggestions?

  • SAP java Testing Tool

    Can anyone suggest the best SAP Java testing tool that supports NWDS?

    Hi ,
    QTP is an Automation testing tool from HP. QTP requires SAP Add-in to automate SAP testing. Feel free to ask anything else to know ..
    Srinivas Reddy
    Edited by: Srinivasrd on Jun 10, 2011 11:50 AM

  • Would like a good forum tool ( like this one )

    Any tips on where I can get a good discussion forum, for installation at my local site?
    Is the one we're on available for download/purchase?
    Many Thanks

    Hi,
    Jive is commercial, do you have any pointers to any FREE forum tools like Jive ?
    Please help.
    -- Martin Louis

  • I want develop a small application Like java forums.

    As Sun Developer Java forum,Everybody put their questions and get the replies.I want develop it for my organization.So any body help me to give the design or architecture or any suggestion to develop this project successfully.

    Apache STRUTS or JSF and Hibernate

  • Anyone using Java Portlet Tools?

    Is anyone using the Java Portlet Tools to develop portlets?
    You can read about it here:
    http://dev2dev.bea.com/pub/a/2006/05/java-portlet-tools.html
    I was told by BEA that this is unsupported but I don't think thats going to be a problem.
    If you are not using this then how do you build portlets in java without resorting to scriptlet code?

    Thanks for the reply Chris.
    It looks like the portlet tools does 3 things:
    1 - filters content like the DotNet WCC http module to make existing apps behave when run inside the portal
    2 - drops a bean in the request automatically for you so that you can access portlet functionality on the jsp with JSTL and no scriptlet code
    3 - gives you some custom tags to read and write session prefs and publish and subscribe to events without javascript
    Items 2 and 3 are very desirable to me for new portlet development.
    So who is using this toolkit and are you using it with JSF or Struts or just straight JSP?

  • Java Admin Tools

    Hi,
    Can anybody provide document reference on starting the Java admin tools on IBM i ? I appreciate your help
    Thanks,
    Kris

    Hi,
    check below book:
    http://www.redbooks.ibm.com/redpapers/pdfs/redp4200.pdf
    Thanks
    Sunny

  • Java Report Tools

    Discusion about Java Report Tool, if you want to know how to make reports in Java and you don't know how.

    The best one in my opinion is ireport or jasper report which has GUI for report creations and all the functionalities that a report requires and due to its XML representations, it is standard too and it is quite easy to access and use...........

  • Java Workflow Tools

    Hi there,
    I was wondering what java workflow tools are out there, preferably open source?, and any comments on your experience with those tools would be greatly appreciated.
    Cheers
    Larry

    Visit http://shark.enhydra.org

  • Java forum?

    Is there a forum category dedicated to Apple's Java implementation & updates that I have missed? If there isn't one, it seems like there should be, possibly as a sub-category in the Mac OS X & Related Software > Mac OS X Technologies section.
    As it is, there seems to be a lot of Java related posts showing up in the Leopard > Installation & Setup forum, which really isn't a good fit for the topics they address.
    While I'm at it, I would like to suggest the creation of a tool or 'wizard' gizmo that would help users find an appropriate forum for their posts, with a link to it on the Discussions - Forum home page. It could be as simple as a series of questions with radio buttons using a decision tree to narrow down the candidate forums to ones that best fit the post's topic.
    If nothing else, trying to create the decision tree would help the administrators understand the difficulties many users have picking a forum & might eventually lead to an easier-to-use organization of the many & growing number of forums here. (Tip: to be of any real value, the radio button choices & decision tree branches they lead to must include an "I don't know" choice!)

    I doubt it since Java is not an Apple product. You might just try posting in the general Using Mac OS X forum for your flavor of OS X

Maybe you are looking for

  • Error while generating form 16 in portal - Screen output without connection

    Dear Gurus, We are facing error while generating form 16 through portal and getting the below error in portal. Screen output without connection to user.    error key: RFC_ERROR_SYSTEM_FAILURE When we checked for dumps in R/3 the following dump is com

  • Very disappointed after 7 calls to Tech support!

    I bought My Lenovo G560 on April 2011 and have since then had to call tech support  7 times, out of which in four of those occasions the tech support rep asked me to use the One Key recovery to solve the problem. When they checked my warranty, they h

  • Why does my phone hide my camera roll option in my photo app

    When looking at my photo albums on my photo app, my camera roll album is up at the top under the header for the screen. Because of this you can't select it. The only way to view them is to select camera app and then at the bottom left of my camera sc

  • Wont boot: I get beeps and flashing sleep light

    The PB-T boots to a beeping noise and then the sleep light flashes once: long, then 3 short flashes. I reseated the RAM and swapped RAM, to no avail. Wont boot from anything even install disks. Did the PRAM too (which never does anything). Tried the

  • Cairo-dock 2.2.0

    Updating with $yaourt -Syu --aur, I get a possible update: aur/cairo-dock-plug-ins 2.1.3-9 -> 2.2.0-4 Then, calling for its compilation, one of dependances "cairo-dock=2.2.0" has to be updated too. but later on, it wants to re-install the current ver