I seek a java forms builder for desktop applications

can any body help me find a forms builder for desktop applications using Swing?
i know Oracle Forms developer, but i think it is restricted to JSP projects only .. isn't it?

Any IDE with a GUI builder will do. Not that I actually advice to create GUIs (I guess this is what you mean by form) with tools... but if you want to, that's the way. The editor of JBuilder is said to be quite good.

Similar Messages

  • Java or C++ for desktop applications

    Help needed!
    We are a team of 5 programmers in a state agency who deal with federal contracts. About 70% of the applications we build are desktop applications. One of the team members strongly believes that learning C++ instead of Java would strengthen our positions. He strongly believes that Java is not cut out for desktop applications and Java is ideal only for web applications. None of us are very familiar with C++ and so we are intending to take classes in C++. (We are all Visual Foxpro, VB group currently). I have one year of programming with Java (web applications) I still don't want to give up on Java that easily. Well my question is - Is that member in the team right in saying that Java is for web and not for desk top. Can any expert give me a good comparison and so we can move on the right track.
    Thanks for the help in advance!
    suman

    Java can work fine for a desktop application, don't listen to him. Here's what you've got to consider:
    1. Tool set: One strength of java is its strong set of standardized tools. You can probably find great sets of C++ tools too, though, but this is a major factor.
    2. Speed of development: This depends somewhat on the strength and maturity of the toolset you are using, but in general, I think that java is faster to develop for 3 reasons: (1) because it smoothes over some of the inconsistancies between systems - you don't have to get as involved in the gritty details. (2) Java can often tell you exactly what line number your program is bombing, and in every case, it will give you a specific message about what kind of error you had (nullpointer, array out of bounds, etc vs 'Syntax Error') (3) Garbage collection
    3. Familiarity with language: Obviously if you've got to learn something new, that takes time.
    4. App performance: Java is probably going to be bigger, in terms of what has to be installed on the machine in order to run your app, and marginally slower than C++. It will almost certainly require a lot more memory to run well. Before you freak out about it being slower than C++ though, you should consider what kind of performance your app needs. If it's doing 3D rendering, C++ is probably going to be better. If most of it is UI components, and the back end processing is not that intensive, Java could be what you want

  • Form Builder for Oracle 9i

    Hey greetings all
    i am using oracle 9i and now wish to make interfaces for my database project using any form builder. The first option was to use form builder for oracle 9i but i have heard that its tought to learn and heavy on system. now 2nd option in my mind is to use oracle developer 6i. can anybody suggest what shall i use? my project is not very complex or bigger. i just need simple interfaces for it. plz give suggestions. Thanks in anticipation.

    Hi ,
    It depends on the type of application you want to have....an application on web environement automatically or an application in client-server environment which ,of course , can be run in Web but Oracle Application Server is needed with some configuration steps...
    Also , the Oracle Form Builder 6i is the last version of Forms which the produced runtime file (.fmx) runs on non-Web environment...and some time in the future Oracle will stop to support it....!!!!!
    its tought to learn and heavy on systemIt has some wizards... which can help you very much in your productivity and of course in the learning of this tool.....
    It is not considered much more heavy to the system....
    NOTE: Just another thought...If the application is very simple and needs to be accessible form just a few people in a room , then Oracle Forms 6i may be sufficient ...!!!!
    Regards,
    Simon

  • XML for desktop applications, how to?

    yes, this is what I need. I read alot about many kinds of APIs. I became confused of what to use and why. All what I need is this:-
    I'm building a desktop application (Swing), it's like a phone book. a small database of contacts (name, address, and phone number). but I want to use XML files to serve as database files and store the lists.
    what classes should I use? and if you have an overall idea of how to do it I'll be glad to have it.
    thanx in advance :)

    Look at the JDom, SAX and DOM API, Dom4J, XOM, Commons Digester and a few other libraries. They should help.
    Additionally, get a copy of Bret McLaughlin's Java and XML form O'Rielly. It's a great book and should show you how to do what you want...
    Mike

  • Building licensed desktop application

    I tried searching for an answer, but the results I get are not quite what I am looking for.
    I am building a desktop application. It will run in Demo mode for a period and then require a license key to keep using the app.
    I am not new to Java, but never had to do something like this before. Are there libraries out there that can help in this? Do I have to build it all from the ground up?
    Thanks,
    Mike

    DataVirtue, thanks for the tip. I don't want to sound ungrateful, but that solution is pretty open to people that might want to get around the licensing. A savvy Java programmer could write a short program to deserialize the object, query it to learn what I've done and change the date. I'd like to have something a little more secure.
    Right now I have a home grown solution that encrypts all the licensing information into a Properties file. The password to unlock the encrypted properties is the license key. But then the license key is stored in the clear. Which may be good enough, at least for now. Someone who wants to get around the license requirement could just share their license key anyway. If my client wants something more secure maybe I'll take it to the next level.
    Anyway, the main reason I asked the question is because I figured there might be tools out there that have done all this already so I wouldn't have to re-write the wheel.
    Thanks for the thoughts.

  • I have flash professional cc and I need air for desktop application with .exe or .air that should contain all swf's and captive air runtime in one Installer only . I don't want to install separate adobe air runtime .

    I need Air for desktop application either in .exe or in .air with embedded captive runtime just like .apk . I don't want to install adobe air separate . everything should come in installer
    I have adobe flash professional cc development tool , let me know whether I have to go with other development tool???
    your reply will  increase my confidential level
    please anyone can help me to solve this problem
    Thanks&regards
    Niranjan

    Adobe Flash Professional CC manual
    1) Create new project
    2) Configure your Project properties
    3) Embed runtime, so you users can use Adobe AIR without pre-installed Adobe AIR runtime
    4) After publishing you will receive %APP_NAME%.app folder that contain your project files

  • Oracle Form Builder for EBS 11i Forms

    Hi All,
    I want to compile an EBS 11i forms. The EBS version is Oracle Applications : 11.5.10.2.
    My question is where can I find the installer for Oracle form builder to compile my .pll file?
    Best Regards
    Akhmad H Gumas

    If you want to download and install Developer 6i to your Windows client, then here is the direct link --> http://download.oracle.com/otn/nt/forms/6i_rel2_xp.zip
    You will need to recompile the form again on your server if the OS is Linux/Unix by referring to the docs referenced above by AsifMuhammad
    Thanks,
    Hussein

  • Package Java ANE file for desktop

    Hi!
    I'm trying to package an ANE file for desktop and am almost bald now :/.
    I just made an HelloWorld extension with a simple "sayHello" method that simply returns the string "Hello World".
    I made a JAR file of it, created the extension's XML definition as follow :
    <extension xmlns="http://ns.adobe.com/air/extension/3.1">
              <id>com.nurun.helloworld</id>
              <versionNumber>1.0.0</versionNumber>
              <platforms>
                        <platform name="Windows-x86">
                                  <applicationDeployment>
                                            <nativeLibrary>HelloWorld.jar</nativeLibrary>
                                            <initializer>com.nurun.ane.hw.HelloWorldExtension</initializer>
                                            <finalizer>com.nurun.ane.hw.HelloWorldExtension</finalizer>
                                  </applicationDeployment>
                        </platform>
              </platforms>
    </extension>
    I compiled my SWC, extracted the library.swf file out of it (is it still necessary or ADT finally does it itself.?) and use the

    Damn CTRL+S.. someday i'll stop doing this on my browser. Weird that it submits the post anyway :/..
    So, i use this batch file to package the ANE :
    set sdk_directory=D:\Softwares\flex_sdk_4.6.0.23201B
    set air_directory=%sdk_directory%\bin
    set root_directory=D:\NativeExtensions\HelloWorld\
    set library_directory=%root_directory%\flash\assets
    set signing_options=-storetype pkcs12 -keystore "D:\NativeExtensions\HelloWorld\flash\assets\certificate.p12" -storepass XXXX
    set dest_ANE=%library_directory%\HelloWorld.ane
    set extension_XML=%library_directory%\HelloWorldANE.xml
    set library_SWC=%library_directory%\HelloWorld.swc
    set library_SWF=%library_directory%\library.swf
    "%air_directory%"\adt -package %signing_options% -tsa none -target ane "%dest_ANE%" "%extension_XML%" -swc "%library_SWC%" -platform Windows-x86 "%library_SWF%" -C %library_directory%
    And all i get is the following error :
    Missing native library implementation "HelloWorld.jar" for platform Windows-x86
    I put my HelloWorld.jar aside the batch file, tried to put it on a "Windows" folder and many other things... but can't get rid of this error.
    I can't find nothing about this error anywhere (neither here http://help.adobe.com/en_US/air/build/WSBE9908A0-8E3A-4329-8ABD-12F2A19AB5E9.html) so i'm a bit stuck.
    I'm certainly missing a point here but don't know what.
    Any help would be much apreciated because i have no idea where the problem comes from :/
    Thanks

  • CS4 or FLEX Builder for AIR Application?

    Hello,
    I have installed CS4 and Flex builder 3. I would like to develop some desktop applications, which is the best editor to develop AIR application?
    Thank you

    I faced a similar choice recently: Flash or Flex for developing CS4 panels.
    John Nack advised me to use Flex Builder. He was right. For a desktop AIR application or something like CS4 panels, the Flex Builder IDE is more powerful and helpful. If you're a developer familiar with other programming tool IDEs, like Microsoft Visual Studio, various Java IDEs, etc. then you will find the Flx Builder IDE to be more intuitive.
    Flash is a good choice for developing animated SWF panels that are driving things like Flash movies. If you use Flash, you'll have to deal with the Timeline. With Flex Builder, you don't.
    They both provide access to Action Script. But they expose functionality differently. Also, Flex Builder provides some data visualization tools, etc. that are not part of Flash.
    Mitch

  • Forms Runtime for different applications

    Hello, I am running 3 applications on Windows XP. When I try to use Forms builder to run some of the Forms in these applications it works for only one of the applications the other two applications do not work.
    When I run a Form in the other 2 applications using Forms builder I just see a blank window. What could be the reason for this and how should I solve this problem ?
    Please let me know
    I have checked the entries in the windev_username.env file and I see the path set properly. It shows entries for all three applications.
    Thanks

    For everyone's benefit, the Forms Builder has nothing to do with actually running a form. The "Run Form" button found in the Builder does nothing more than send a URL to a browser. It is just their for convenience and can just as easily be entered into a browser on your own. Of course, the default settings in the Builder will attempt to generate an FMX prior to calling a browser.
    The URL to run a form on the local machine (assuming the listener is local) could look something like this (the exact url will vary depending on your installation):
    http://localhost:8889/forms/frmservlet?form=<+SOME FMX NAME+>
    A blank screen is usually the result of a misconfigured formsweb.cfg or a missing plug-in (e.g. Jinitiator). Do the following:
    1. Ensure that OC4J is running
    2. Open a browser and manually enter a URL similar to what I illustrated above. Replace your form name after the equal sign. Attempt to run one of the failing forms.
    3. When the page appears to be done loading and is blank, in the browser click on View > Source. Look closely at the resulting html for the Jinitiator (or JRE) version. Verify that you have installed that version.
    I assume since you mention a file, which is not Oracle's (windev_username.env), that you have already made some customizations. Look carefully at your changes and be sure that there are no typos or missing variables or parameters.

  • How to export the report in HTML format for desktop application

    Hi,
    i have wrote the JRC desktop application to export the report and i am able to export it in PDF and other formats as mentioned in "ReportExportFormat" API.
    i would like to know is there any API there which can export the report in HTML format.
    i know it would be possible with web based application of JRC, but how can i do it in desktop application?

    There's no mechanism for static HTML pages that displays the report.
    You can use the CrystalReportViewer DHTML viewer, but that's 'interactive'.
    Sincerely,
    Ted Ueda

  • Looking for some help in creating dynamic rdlc report for Desktop Application

    Hello ,
     I currently have the syncfusion reportviewer running in my desktop application, now what I am looking to do is create a report where my users, can select and deselect what columns and Items they want to print out. Is there any way to do this ?
    Thanks
    David.

    Hi David,
    We can integrate Syncfusion with LightSwitch application, if you want to customize column when create a report using syncfusion reportviewer, since I didn't try this third party
    extension before, I think you could consider getting help from
    syncfusion forum, more syncfusion experts can help you on this issue.
    Thanks for your understanding.
    Best regards,
    Angie
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • Access to local file system for desktop application

    As a .NET and VBA developer/user, I have found Flash to be a
    great RAD development solution for certain desktop app. projects...
    if only actionscript could access the local file system and talk to
    local (preferably non-XML) data-sources!
    I'm not familiar with the latest version of Flash CS3 &
    Actionscript 3.0
    Is there any reliable way Flash CS3 can be programmed to access
    the user's local file system - that is, as a stand-alone desktop
    application????

    Thanks for the response.
    I hope Adobe catches a clue ... with Microsoft's Windows
    Presentation Framework and the new ability of easily implementing
    Flash-like animation on .NET apps, Adobe is going to have to get
    busy. Stand-alone desktop apps still rule (as opposed to web-based)
    in the business world, and they are driven by data. If Flash was
    capable of easily talking to local data-sources (Access, Excel,
    Text etc.), it could significantly increase its adoption as a
    widely used business RAD tool. The Flash IDE is great and rivals
    any Microsoft RAD IDE + users love the slick Flash GUIs.

  • What is the use of Digital Signature in export release build for AIR applications

    hi Freinds..
    what is the use of digital signature identity  when we release build?

    Well obviously it is an Ant build.
    It looks to just compile/build a web application into a war so you can deploy it where you want to.
    You don't need to edit it every time you are making a new page. It should work for any generic struts web application laid out in the fashion it expects.
    Cheers,
    evnafets

  • Smart card development for desktop applications

    I'm totally new to smart cards and would like to get learn some about it. I'd like to build programs which have simple interaction with a smart card for storing information there and light processing.
    I thought about buying Gemplus 430USB reader.
    Could someone suggest a java card for me?
    P.S.
    How hard (if at all) is it to build the most simple application and install it on a smart card?

    I'm totally new to smart cards and would like to get
    learn some about it. I'd like to build programs which
    have simple interaction with a smart card for storing
    information there and light processing.
    I thought about buying Gemplus 430USB reader.I don't know this reader, just make sure it's PC/SC compliant. You shouldn't have to spend more then $20 on a reader that you can develope with. The American Express Blue or Visa readers would do fine(I use the Amex Blue) and they are free if you get the credit card(at least in the United States).
    Could someone suggest a java card for me?I use IBM's JCOP10. It's IBM's low cost JavaCard.
    You can probably purchase one from my company
    www.orga.com
    >
    P.S.
    How hard (if at all) is it to build the most simple
    application and install it on a smart card?Depends on your programming ability.

Maybe you are looking for