OpenSource Java/JSP forum software with threded mode support ?

Hello, could you please help me with finding some (not alfa/beta version) openSource forum software package in Java, which would support tree mode (threaded mode) view over the forum ? I went through all http://java-source.net forums, but with no success.

I would either complain to Belkin for a fix if there is one or return the card and try a different one. You should not have the problem, but Belkin USB hubs and cards appear to have more problems like yours than other manufacturers' products.
You might try Sonnet's Tango FW400/USB 2.0 multi-card, for example, or Firewire Direct's 6-port FW800/USB 2.0 card.
You may also want to check this page for some user reports on related products.

Similar Messages

  • ASO Application with Unicode-mode Support??

    <p>Hi All,</p><p> </p><p>I would like to know if its possible to create an ASOapplication with Unicode-mode support.</p><p> </p><p>I see BSO can be created as as Unicode-mode application ( bychecking the option) but none is available for ASO application inversion 7.1.5 Essbase Analytics.</p><p> </p><p>Please explain why this difference is there and if ASO isprogrammed to be Unicode-mode application by defualt.</p><p> </p><p> </p><p>Thanks,</p><p> </p><p>EssbaseWorld</p>

    Got answer to my earlier question. ASO Application cannot support Unicode-Mode Apps at this time.

  • Good word processing software with unicode font support?

    If this is the wrong place, apols and please redirect me.
    I stopped using MS Word v.x (2001) as it doesn't support Unicode fonts, which I absolutely need. I assume the latest Word/Office for Mac supports Unicode fonts (?), but it's too expensive, and also I always found that Word crashed a lot and I don't want to support Microsoft.
    I've been using the cheap Mellel for several months. I applaud its producers, but it's far too lacking in features (e.g. no alphabetical sorting) and even after months of use is very counter-intuitive.
    Can anyone recommend a good all-round word processor for Leopard on a Macbook Pro which is stable, supports unicode fonts, doesn't break the bank, and has comparable features to MS Word but preferably isn't MS Word?

    Can anyone recommend a good all-round word processor for Leopard on a Macbook Pro which is stable, supports unicode fonts, doesn't break the bank, and has comparable features to MS Word but preferably isn't MS Word?
    Of all the word processors you are likely to come across, I think only Word X and AppleWorks, both essentially obsolete, do not support Unicode. Here is a list with summary info on each app that may be helpful:
    http://www.pure-mac.com/textword.html

  • Issue with passing parameters through Java-JSP in a report with cross tab

    Can anyone tell me, if there's a bug in Java SDK in passing the parameters to a report (rpt file) that has a cross tab in it ?
    I hava report that works perfectly fine
       with ODBC through IDE and also through browser (JSP page)
    (ii)    with JDBC in CR 2011 IDE
    the rpt file has a cross tab and accpts two parameters.
    When I run the JDBC report through JSP the parameters are never considered. The same report works fine when I remove the cross tab and make it a simple report.
    I have posted this to CR SDK forum and have not received any reply. This have become a blocker and because of this our delivery has been postponed. We are left with two choices,
       Re-Write the rpt files not to have cross-tabs - This would take significant effort
    OR
    (ii)  Abandon the crystal solution and try out any other java based solutions available.
    I have given the code here in this forum posting..
    CR 2011 - JDBC Report Issue in passing parameters
    TIA
    DRG
    TIA
    DRG

    Mr.James,
    Thank you for the reply.
    As I stated earlier, we have been using the latest service pack (12) when I generated the log file that is uploaded earlier.
    To confirm this further, I downloaded the complete eclipse bundle from sdn site and reran the rpt files. No change in the behaviour and the bug is reproducible.
    You are right about the parameters, we are using  {?@Direction} is: n(1.0)
    {?@BDate} is: dt(d(1973-01-01),t(00:00:00.453000000)) as parameters in JSP and we get 146 records when we directly execute the stored procedure. The date and the direction parameter values stored in design time are different. '1965-01-01' and Direction 1.
    When we run the JSP page, The parameter that is passed through the JSP page, is displayed correctly on the right top of the report view. But the data that is displayed in cross tab is not corresponding to the date and direction parameter. It corresponds to 1965-01-01 and direction 1 which are saved at design time.
    You can test this by modifying the parameter values in the JSP page that I sent earlier. You will see the displayed data will remain same irrespective of the parameter.
    Further to note, Before each trial run, I modify the parameters in JSP page, build them and redeploy so that caching does not affect the end result.
    This behaviour, we observe on all the reports that have cross-tabs. These reports work perfectly fine when rendered through ODBC-ActiveX viewer and the bug is observable only when ran through Java runtime library. We get this bug on view, export and print functionalities as well.
    Additionally we tested the same in
        With CR version 2008 instead of CR 2011.
    (ii)   Different browsers ranging from IE 7 through 9 and FF 7.
    The complete environment and various softwares that we used for this testing are,
    OS      : XP Latest updates as on Oct 2011.
    App Server: GlassFish Version 3 with Java version 1.6 and build 21
    Database server ; SQL Server 2005. SP 3 - Dev Ed.
    JTds JDBC type 4 driver version - 1.2.5  from source forge.
    Eclipse : Helios along with crystal libraries directly downloaded from SDN site.
    I am uploading the log file that is generated when rendering the rpt for view in IE 8
    Regards
    DRG

  • Forum software in java

    Hello everyone,
    First of all i am not sure if i should post this here, sorry if it is the wrong place.
    I have been googling looking for forums software made in java but i could not find anything at all. I was wondering if any of you could tell me a good forum software i could use for a web site (open source if possible...)
    Thanks in advance

    Actually this is a rather nice product. It's the custom features created by (or for) Sun that cause the problems.

  • Iterator behaving abnormally with jsp, while correctly with java

    So I have a class that generates a ListIterator for me, which I should process with jsp. However, the iterator behaves illogically.
    In both java & jsp method i.hasPrevious() returns true, in java i.previous() returns previous element, and jsp terminates with NoSuchElementException.
    I just doublechecked, the content of the iterator is in both cases exactly the same.
    I am using Weblogic 6.1.
    Any help,
    anywhere,
    jussi
    // We have a ListIterator
    ListIterator i = lService.listIterator(0);
    while( i.hasNext() && b) {
       System.out.println( ((Map)i.next()).get("name") );
       // Some other things hereprocessing here...
    } // And here we are, at the end of the iteration...
    // Then we output
    System.out.println( ((Map)i.previous()).get("name") );
    System.out.println( ((Map)i.previous()).get("name") );
    System.out.println( "More? = " + i.hasPrevious() );
    System.out.println( ((Map)i.previous()).get("name") );And the output is:
    K�ytt�tapaus1bPyynt�
    Osakkaat
    Osakas
    Osakas
    Osakkaat
    More? = true
    K�ytt�tapaus1bPyynt�
    That's cool...
    But the same with jsp:
    <%
    ListIterator i = lService.listIterator(0);
    while( i.hasNext() && b)
      %><%= ((Map)i.next()).get("name") %><%
    %> <%= ((Map)i.previous()).get("name") %><%
    %> <%= ((Map)i.previous()).get("name") %><%
    %> More? = <%= i.hasPrevious() %> <%
    %>And the output is:
    K�ytt�tapaus1bPyynt� Osakkaat Osakas Osakas Osakkaat More? = true
    Great!
    Then I add one magic line:
    <%
    %> <%= ((Map)i.previous()).get("name") %><%
    %> <%= ((Map)i.previous()).get("name") %><%
    %> More? = <%= i.hasPrevious() %> <%
    %> <%= ((Map)i.previous()).get("name") %><%
    %>Servlet failed with Exception java.util.NoSuchElementException
    and with
    %> <%= i.previous() %><%
    it is, of course the same...
    This one is giving me headache...

    Now I should say "Damn me!", cause I solved the puzzle. I just had problems understanding the jsp-notation...
    Am a bit newbie with jsp. And a bit with java.

  • Basically it looks like Apple has introduced globally a bug in their notification center software with no known solution, every app using notification center throws a pop up on startup.  All I find on this forum are overkill solutions like reinstalling/ro

    iOS 7 Basically it looks like Apple has introduced globally a bug in their notification center software with no known solution, every app using notification center throws a pop up on startup.  All I find on this forum are overkill solutions like reinstalling/rolling back the os, which no real user should to be forced to do for a minor bug of this nature.

    It throws a popup only the first time you launch the app, to confirm whether you wish to have notifications enabled for that specific app.

  • Java-JSP working with packages and classes

    Hi everybody,
    I'm bearly new on Java-JSP developping and I wanted to know how Tomcat (for example) manage the imported packages and classes.
    The fact is I'm working on a project ('/bob') which use some packages that I don't see in the '/bob' directory. So, is that possible that '/bob' is downloading packages and classes from Internet to '/bob/download' virtual repertory and use it? If it is true, is it possible to override this download by making '/bob' project using local packages or classes (example : com.boblibrary.classes.util in '/bob/WEB-INF/classes/com/boblibrary/classes/util') instead of downloading it?
    Therefore, the '/bob' project is using bugged classes (that I think it downloads from Internet) which I can't correct.
    Thanks for your help.
    - Renaud

    Thank you for your answer, but I can't imagine where is physicaly the class that my project use and show me as http://localhost:8080/atlassian-jira-3.13.2/download/ressources/br.com.ecore.jira.plugin.projectViewPlugin:ProjectViewTabPanel/js/projectviewtabpanel.js. Where is that Javascript file suppose to be on my hard drive? Or where is that class 'br.com.ecore.jira.plugin.projectViewPlugin' suppose to be on my hard drive? If it is not dowloaded from the Internet.
    I have no trace of that class on 'atlassian-jira-3.13.2/', neither on 'jdk1.6.0_18/', 'jre6/' or 'apache-tomcat-5.5.28/common/classes/'.
    Thanks.

  • Trouble with recovery mode.

    I have a similar problem to Apom12...
    I unplugged my phone in the middle of an update, and it was fine until I plugged it back in. Now, when I push the sleep button, the only thing the phone will do is show a plug with an arrow pointing up to an itunes icon. It wont make/receive calls or show the home screen or anything. When I plugged it into my computer,a message box popped up that said, 'Windows needs to install driver software for your Apple Mobile Device (Recovery Mode)'. Since I didn't have a cd that had the software on it...I looked on the internet for it and could find nothing.
    So, the next day I took my phone and my computer to the AT&T store, and since they don't know what they're doing, they had me call the apple helpline. The person I talked to told me to uninstall itunes, and she took me step by step through the process. She told me also that I needed to re-activate my iphone...However, there wasn't internet in the AT&T store, so I had to hang up with her before I could complete the re-installation of itunes.
    I just now re-installed itunes, and it works fine, but when I plug my phone into my computer, it still has the same icon with the itunes and the plug. However, the message to install software has changed...it now says, 'Windows needs to install driver software for your Apple Recover (iBoot) USB Driver'
    So, I've read several different forums about the recovery mode and how I can get the phone out of it, but pushing the buttons and holding them hasn't helped. The phone is pretty much frozen. I don't know what this (iBoot) business is all about, but apparently, if I plug my phone into a Mac computer then it will be easier to restore it? I don't know anyone with a Mac computer, and it looks like I'll have to drive two hours to get to an Apple store.
    Can anyone help me locate the correct software (iBoot) to get my phone working again, or at least give some advice on what I could do next to try and fix my phone?

    Hello, Sorry to see your having this issue today.
    One bit of advice I would like to offer really quick is. We do not want to disconnect iPhone while it is in the middle of updating. You want to allow it to finish till it says iPhone Activated on the screen and iTunes has stopped informing you of the updated progress. You even want to keep it plugged in when it says iPhone is rebooting.
    Now as far as the iBoot software goes. This is typically a special state the iPhone goes into and installed Recovery Mode Drivers. Once the Drivers are installed properly, If you launch iTunes it should say "iTunes has detected an iPhone in recovery mode and needs to restore" At this point you will press the Restore button in iTunes, And agree to any Prompts and sit back and wait till it is finished.
    You may get a screen in iTunes that later pops up saying "Setup as New iPhone or Restore from backup" Choose Restore from backup and again sit back and wait and it will soon restore iPhone to that backup file.
    Depending on the machine the entire process could take 10 to 20 min. If you have any concerns about the process as if it is finished or questions about the messages feel free to call 1-800-My-iPhone and they will be happy to assist you with the process.
    And yes your more then welcome to restore on another PC or even a Mac.
    Let us know how this goes for you. Post back if needed

  • Java Discussion Forum - Post topic not working

    I've deployed the Java Discussion Forum contributed by CLAURENT in Knowledge Exchange. Deployed to 10gAS in JDev 9051. I've modified a few deprecated classes and made the appropraite changes to orion-applications.xml to point to the correct JPDK jars when deployed under Linux.
    The application is operating properly with no errors. The administartion portlet can modify and create new forums. However, Posting a topic does NOT work. And it doesn't throw any errors on screen or in the console log (application.log) or the log4j log (forumprovider.log). Has anyone run into a problem like this?
    Thanks. LEH

    I have exactly the same problem on the Portal 10g release 2.
    Normally the "dit of a new topic" calls the EditPostAction but after submitting the form, nothing reachs this action.
    I check this in debug mode and add several logs and I don't see nothing appearing for this action.
    Did you find a solution?

  • Downloaded air/flash/java(??) software suddenly not working.

    I play online poker professionally and for a living, and everything has been running fine.
    Then today, my SkyPoker app suddenly started timing out at the table and becoming very laggy and skippy.
    I have argued with the Sky support team but they're convinced it is my error. My internet connection is fine so it's not that, and if i log in on a Windows laptop it works fine.
    So i opened up Betfair Poker on the desktop and that is nowhere near as bad but is still not running smoothly at all.
    To my knowledge no updates were installed before it started running like this. My Safari also seems to be pretty laggy at the moment.
    I know NOTHING about computers or macs whatsoever, so i don't even know if they run on Java, Flash, Adobe AIR (which is had to download to install SkyPoker) but this mac is only 6 months old so wouldn't expect this out of it.
    I need to know how to check what's causing the problem or how to fix it but i have no idea where to start. I thought it was Sky's problem but as it seems to be happening on all these kinds of software i'm thinking it's definitely a problem with my mac.
    I'm running Lion 10.7.4 and have all the latest updates for Java, Adobe Air, Adobe Flash and the latest actual software for the programs i want to use installed. I even tried uninstalling then reinstalling them manually.
    The last software update updated Safari and the Raw Camera Compatability Update, but these were updated after the problems started.
    Any help is appreciated because i'm pulling my hair out and cannot continue with these problems on what has otherwise been an awesome first mac experience for me. I don't really want to have to send my mac off to be looked at by someone either.
    Cheers, Phil.
    PS Apologies if this is in the wrong section but i didn't know where to put it.

    >
    You should be aware that this is a forum for discussion for Java developers. It is not an end user support forum.
    At any rate your issue is a problem with the site in question. "java.lang.NoClassDefFoundError: PChatPanel" means that resources the program needs cannot be found. This is a problem with that site and you will have to address it with them in order to resolve it. Nobody else can help you with this because it is a site problem and beyond our control.

  • Getting java.lang.IllegalStateException error with response.getOutputStream

    Hi,
    I am writer a JSP site for displaying JFreeChart. The main JSP page gets some parameters then the second page out put the chart as binary data with a Java class.
    I've located the part which generated the error, as follows:
    Code:
    OutputStream os = response.getOutputStream(); <--- this line cause the error
    response.setContentType("image/png");
    ChartUtilities.writeChartAsPNG(os, chart, 400, 300);
    (other than it, the JSP does nothing with response or out)
    Error:
    Servlet.service().for servlet jsp threw exception java.lang.IllegalStateException
    at org.apache.jasper.runtime.ServletResponseWrapperInclude.getOutputStream(ServletResponseWrapperInclude.java:62)
    at org.apache.jsp.build005f005.seriesChart_jsp.jspService(org.apache.jsp.build_005f005.seriesChart_jsp:110)
    at org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:99)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:802)
    at org.apache.jasper.servlet.JspServletWrapper.service(JspServletWarpper.java:325)
    at org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:295)
    at org.apache.jasper.servlet.JspServlet.service(JspServlet.java:245)
    I've searched this forum and google and seeking for solution for thousands times. But sadly, ways such as adding out.reset(); doesn't work.
    Would any one has some suggestion for me? Your help is very appreciated. Thanks!

    A similar question / answers from jGuru.com
    Question I used getOutputStream() of response object in JSP. Below is the code for download a file in JSP.
    %>
    <%@ page import="java.util.*,
                        java.io.*"
    %>
    <%@ page language="java"
              session="false"
              contentType="text/html; charset=8859_1"
    %>
    <%
         //read the file name.
         File fFile = new File ("D:/Ibs/outdir/batchres.conf");
         String stFileName = "batchres.conf";
         //the content type set as excel
         response.setContentType ("application/excel");
         //the header and also the Nameis set by which user will be prompted to save
         response.setHeader ("Content-Disposition", "attachment;filename=\""+stFileName+"\"");
         //Open an input stream to the file and post the file contents thru the
         //servlet output stream to the client m/c
         InputStream isStream = null;
         ServletOutputStream sosStream = null;
         try
              //response.flushBuffer();
              isStream = new FileInputStream(fFile);
              sosStream = response.getOutputStream();
              int ibit = 256;
              while ((ibit) >= 0)
              ibit = isStream.read();
              sosStream.write(ibit);
         catch (IOException ioeException)
    sosStream.flush();
    sosStream.close();
    isStream.close();
    %>
    If run this code in Tomcat i am getting following error.. �<h1>Error: 500</h1> <h2>Location: /imu/jsp/ibUTLCmnDownloadView.jsp</h2>Internal Servlet Error:
    java.lang.IllegalStateException: getOutputStream() has already been called
         at org.apache.tomcat.facade.HttpServletResponseFacade.getWriter(Unknown Source)
         at org.apache.jasper.runtime.JspWriterImpl.initOut(Unknown Source)
         at org.apache.jasper.runtime.JspWriterImpl.flushBuffer(Unknown Source)
         at jsp.ibUTLCmnDownloadView_12._jspService(ibUTLCmnDownloadView_12.java, Compiled Code)
         at org.apache.jasper.runtime.HttpJspBase.service(Unknown Source)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java)
         at org.apache.tomcat.facade.ServletHandler.doService(Unknown Source)
         at org.apache.tomcat.core.Handler.invoke(Unknown Source)
         at org.apache.tomcat.core.Handler.service(Unknown Source)
         at org.apache.tomcat.facade.ServletHandler.service(Unknown Source)
         at org.apache.tomcat.facade.RequestDispatcherImpl.doForward(Unknown Source)
         at org.apache.tomcat.facade.RequestDispatcherImpl.forward(Unknown Source)
         at JP.co.Hitachi.soft.IBS.Common.Servlet.ibUTLCmnDownloadScrGenServlet.doPost(ibUTLCmnDownloadScrGenServlet.java:75)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java)
         at org.apache.tomcat.facade.ServletHandler.doService(Unknown Source)
         at org.apache.tomcat.core.Handler.invoke(Unknown Source)
         at org.apache.tomcat.core.Handler.service(Unknown Source)
         at org.apache.tomcat.facade.ServletHandler.service(Unknown Source)
         at org.apache.tomcat.core.ContextManager.internalService(Unknown Source)
         at org.apache.tomcat.core.ContextManager.service(Unknown Source)
         at org.apache.tomcat.modules.server.Http10Interceptor.processConnection(Unknown Source)
         at org.apache.tomcat.util.net.TcpWorkerThread.runIt(Unknown Source)
         at org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(Unknown Source)
         at java.lang.Thread.run(Thread.java:479)
    Answer
    Don't know if this will help--your code worked as is on my system (J2SDK 1.4.1, Tomcat 4.1.12, Linux)--but you're setting the content-type twice, and to two different values. In the page directive, you specify contentType="text/html; charset=8859_1", and then in the scriptlet, you do a response.setContentType ("application/excel");. Try changing the one in the page directive and deleting the one in the scriptlet. The servlet container may be calling getOutputStream() when it sees the text MIME type so it can prepare the out built-in variable.
    Also, according to the J2EE design patterns, JSP's should only be used to produce text output. Any binary output (such as Excel files) should be produced with servlets--otherwise, the JSP becomes one big scriptlet (like this one).
    If you still want to do this with a JSP, you might want to take out your try ... catch block since you're not doing anything with it. Doing so will allow you to let the servlet container handle the errors (i.e. specify error pages in the web application deployment descriptor). Either that, or at least put the close() and flush()calls in it since they can throw IOExceptions, too. :)
    Finally, you should never close the servlet's output stream. Leave that up to the servlet container.
    Is this item helpful? yes no Previous votes Yes: 2 No: 3
    To transfer file from client to server using jsp programs
    chalpati Rao, Aug 11, 2004 [replies:1]
    How to Download File using JSP program
    Re: To transfer file from client to server using jsp programs
    Saravanan Mani, Aug 24, 2004
    Try restarting the server.It worked for me (ie.you did all the code changes mentioned in the previous reply)
    Breakline problems
    David Machado, Jan 27, 2005 [replies:1]
    Hi! Maybe a problem with breaklines. Try this: ------------------------------------------------------
    %><%@ // don't send breakline here!!!
    page import="java.util.*,
    java.io.*"
    %><%@ // don't send breakline here too!!!
    page language="java"
    session="false"
    contentType="text/html; charset=8859_1"
    %><% // finally, don't send breakline here!!!
    //read the file name.
    File fFile = new File ("D:/Ibs/outdir/batchres.conf");
    String stFileName = "batchres.conf";
    //the content type set as excel
    response.setContentType ("application/excel"); // twice???
    //the header and also the Nameis set by which user will be prompted to save
    response.setHeader ("Content-Disposition", "attachment;filename=\""+stFileName+"\"");
    //Open an input stream to the file and post the file contents thru the
    //servlet output stream to the client m/c
    InputStream isStream = null;
    ServletOutputStream sosStream = null;
    try
    //response.flushBuffer();
    isStream = new FileInputStream(fFile);
    sosStream = response.getOutputStream();
    int ibit = 256;
    while ((ibit) >= 0)
    ibit = isStream.read();
    sosStream.write(ibit);
    catch (IOException ioeException)
    sosStream.flush();
    sosStream.close();
    isStream.close();
    %> // make sure that's no breakline an no spaces at the end!!
    Re: Breakline problems
    Aarthi Sivaram, Apr 19, 2005
    In the above code sosStream = response.getOutputStream(); must be removed. Use 'out' instead of sosStream i.e. out.write(""+ibit); If you look at the Java code generated for your JSP, you can find JspWriter out = null ... .. JspWriter calls response.getOutputStream(), thats why when u call getOutputStream, u get IllegalStateException. 'out' variable is available for direct use in all JSP's, like 'request'. So that can be directly used to write.
    A quick and working workaround
    Leslie Leng, May 20, 2005 [replies:1]
    I am not going to discuss the theory behind, as others gurus mentioned before me, are valid.
    In short, getOutputStream() could not be used more than once, and also it will conflict with JSPWriter's out.
    So, the quick workaround would be, at the end of the JSP page, add the following:
    out.clear();
    out = pageContext.pushBody();
    in example:
    catch(Exception e){
    System.out.print(e);
    out.clear();
    out = pageContext.pushBody();
    %>
    Re: A quick and working workaround
    ajit Pandey, Jul 15, 2005
    Thanks a ton Leslie ,it worked(Production issue) :) credit goes to you....indebted

  • Thinking about switching over to Java for EMAIL software I wrote

    Hi...
    I am the current author of a unique EMAIL client/server program for the old MS-DOS operating system called D'Bridge. It is from the BBS days of Fidonet and I've recently began recoding some elements of the program to facilitate Internet support and whatnot. D'Bridge is over 20 years old and is written half in Borland Pascal 5.5 and half in Visual BASIC for DOS.
    After careful thinking (and one of those "wouldn't it be cool?" thoughts), I'm thinking of rewriting the entire code in JAVA to have a platform independant solution. I would like to write a "server" edition which would serve Web, POP3/SMTP, FTP and Telnet users in addition to legacy Fidonet support via. traditional dialup modem lines. I would then like to write a "client" edition which would be totally slimmed-down to run on PDA's such as Palm OS or Windows CE.
    I generally am new to the language but I'm going to take an entire printout of my current work and then go step-by-step into an OOP transition - D'Bridge was obviously written before the days of OOP and therefore makes heavy use of global variables, assembly language and other elements. Nearly half of the code is entirely devoted to controlling the menu system and screen elements - you could say that I'd like to use Java to concentrate more on what D'Bridge does instead of what it looks like. :-)
    I guess I'm looking for any advice, feedback, criticism, encouragement, words of wisdom, whatever you want to call it. After studying the fundimentals of the language, I believe I can make the transition but need to know from you guys if a full-blown server package is possible - because thats what my DOS application is doing now, with a loyal and dedicated fan club that just loves it.
    Nick

    but need to know from you guys if a full-blown server
    package is possible Yes.
    JBoss and Tomcat are two free frameworks that exist solely to act as servers to support different parts of the documented J2EE API.
    There are commercial versions that support the same framework as well as other types of solutions including forum software (like this site), middleware, message systems, Network Management Systems, etc.
    And those are just the ones that I know about (and which I have implemented commercial solutions as well.)

  • Old Software with Parallel Dongle or Hardware Key

    Hello,
    I'm trying to run old software that uses a HASP/hardware key/dongle on the parallel port.  Any helpful ideas on how to get the software to see it in Virtual PC, XP Mode?
    Much appreciated,
    Dave

    Hi,
    Parallel ports are not supported by XP Mode in Windows 7.
    Please refer to the following similar thread:
    https://social.technet.microsoft.com/Forums/en-US/4890a9d4-d4e7-4875-a7b0-69188b3c14e0/using-xp-software-with-a-parallel-port-dongle-in-windows-7-professional?forum=w7itprovirt
    Karen Hu
    TechNet Community Support

  • Any CASE tools for Java, JSP, and JavaBeans?

    For Java, JSP, and JavaBeans can we find something that can help us automate certain tasks?
    For example, CASE tools is an acronym for Computer Aided Software Engineering tools. I have a colleague use software to generate robust code for the database layer and with a few clicks of a button after the database is designed he can generate code that would otherwise take an hour or even hours to write and debug and test.
    Thanks for your time and help in advance!
    Cecilia

    The ones I know are MVCase (from Brazil) and Jude (from Japan). Both are free and I haven't fully tested them yet. It may help you.

Maybe you are looking for

  • Deleted my itunes library, how to restore or redownload?

    i recently deleted my itunes library by mistake.  i thought i had only deleted what i wanted to delete by instead the whole library is gone.  is there a way to recover it or is it gone for good?   i've been trying to re download the previously purcha

  • PICe-6259 with DasyLAB 9 - How to do Analog Output

    Hi, I'm trying to get a small project working in DasyLAB 9.0.2 and I need some serious help. I'm working with a PCIe-6259 and NiDAQmx 8 is installed.  I simply want to create a program that uses a slider to adjust the analog output on 4 channels and

  • Maintain of retention money

    what is the need for maintain retention money? is it applicable in customer poin as well as vendor point how do we do the settings for this? what the impact at the time of receipt and payments? is there any relation between retention money and the cu

  • Media touch key no longer working - Nokia X6 16gb

    The dedicated media key on my new X6 16gb (firmware v12.0.091) suddenly stopped working. When I press it ,still get vibration feedback to indicate a key press has occurred but the pop down menu no longer appears. Can't link it to an specific event. W

  • Webservice Issues

    Hi all, I did a scenario, Integrating webservices to that of a data base, and it is working fine which is pretty straight forward scenario. I just want to know the usual/common/typical problems we face when we are making use of the webservices and th