Tools for Java

Anybody kowns if exists a tool for drawing screens (in graphical mode, like cut and paste components swing or awt) giving the java source code on result ?

Why don't you use JBuilder or the open source and free Netbeans?? By using e.g. Netbeans, you can drag and drop components on your Applet or Frame. Code is automatically generated.
I don't know if a tool exists that can ONLY be used for creating code for your User Interface, if that was your question...
Good luck!

Similar Messages

  • Any open source of simple statistical analysis tools for java?

    Hi ya,
    Anyone knows any open source of statistical analysis tools for java?
    A simple tool which is able to retrieve the coverage, the number of threads, and a list of methods within the code will be fine :)
    Many thx

    If what you mean is a profiler, you can get it from Eclipse's plugin, and it's open source.
    http://sourceforge.net/projects/eclipsecolorer

  • Database access tool for Java Development

    Hi,
    A couple of days back, our SAP's database (MSSQL) was corrupted and downed the Java Stack.
              During the Java development, normally after a newly created table was deployed via Java Dictionary, Java developer will access the database via the MSSQL Enterprise Manager to view/delete/update data. Unlike the ABAP development, all database access was done via SE16 in SAPGUI. It was believed that the Java Development kind of direct access to the database via the MSSQL Enterprise Manager was causing some MSSQL tables to be corrupted, and thus downed the Java Stack.
    1. Is there any tool like SE16 to access database during the Java Development?
    2. If no, what kind of recommendation/tool to access database for Java Development?
    Any help would be much appreciated. Thanks.
    julius

    Julius,
    There are no industry recommended open source DB tools.
    Normally it depends upon the developer preferences that how he/she wants to see the tool usability.
    I can suggest you to go through the below link:
    http://sourceforge.net/search/?type_of_search=soft&words=SQL+Tools
    You can find many open source SQL tools, which you have to test and select one among them.
    I can suggest you to use:
    1) TOra
    2) Easy SQL
    3) SQuirrel
    "Choose a Tool which is easy to use and efficient, Dont worry about Look n Feel"
    Best of Luck

  • Why do we need IDE or tools for java card programming?

    Hi,
    I am a newbie to java card, using java card kit tools themself, we can test and burn the code into card right?
    then why do we need IDE for java card, please correct me , if i am wrong,
    Thanks in advance,
    Sri.

    Dear Sri,
    We have compiler, linker etc for every language starting of from C or C++ or Java. JDK has all the tools necessary to develop and run a Java program. Similarly Java Card Development Kit has all the tools for developing and deploying a Java Card applet. But what an IDE does is too integrate all these tools and make it easier for the JavaCard programmer to develop his applets. Just like Eclipse is used for Java applet development.And not everytime the code is burned to the card. Its only during masking code is burned to the card, i.e if u can call it burning. Masking makes an applet permanent on the card.

  • 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.

  • Java code coverage tool for Java Card?

    Hello,
    I am looking for "Java code coverage tool" that can be used for testing Java Card Applets.
    Has anyone tried EMMA<http://emma.sourceforge.net/> with JCWDE, or other tools?
    Any information appreciated.
    ichara

    JCOP Tools 3.0 for Eclipse 2.1 support code coverage with the JCOP simulations for Java Card 2.1. The newest JCOP41 simulation for Java Card 2.2.1 does not yet have this feature.
    Code coverage information is shown in the Profiling view, when it is enabled in the Launch Configuration. The editor also shows colored bars next to source lines to quickly identify dead code.

  • Regarding accesing integration builder tool for java proxy generation

    Hi Abapers,
        How can I access integration builder tool to generate java proxy via SAP XI server in my ECC 5.0?
        Please give me the clear idea of that.
    regards
    Subash

    Hi Marinel,
    The support for XSD import is limited on 10.1.2. If you can, you should consider moving to the 10.1.3 preview as the support for document style web services has improved. The other option will be to inline the schema in your WSDL.
    Eric.

  • Metrics or Performance or quality measuring Tools for Java

    Hi there!
    I have transformed a legacy C application into an object-oriented one.
    I am actually having two implementations of this code - one properly reengineered one (using design patterns), and the other one is merely language conversion (line-to-line conversion from c to java).
    I am doing this for my project. I am trying to compare the two versions and highlight the advantages of reengineered one, and especially benifits of DP.
    As a part of this - instead of me explaing the difference (from my point of view) verbally, I was hoping it would be nice if I have tool that quickly runs through the program and gives me a report on performance or quality or software metrics of the program. (I would be more than glad if the report is automatic, instead of me figuring it out - coz I don't much about metrics, etc).
    Do U guys know any tool which will do this kind of performance or quality measuremnt ?? Especially the ones we can download for free or atleast for 30 days trial??
    Any input on this will be really really helpful.
    Thanks very much
    -Mahi

    Hi asquithea!
    Thanks for your reply.
    I had a brief look at the following together soft link
    http://www.togethersoft.com/services/practical_guides/getting_started/10qualityassurance.html#metric
    In the example, where it showed "generating project metrics" - it wasn't very descriptive (atleast for me).
    It says something like this:
    Fan out
    Aggregation: maximum
    limits lower upper
    package 0 15
    classes 0 15
    Does aggregation mean something here?? I will be glad if you can help me figure out what's happening there.Thanks very much for your help.
    -Mahi

  • GUI / WISIGWIG tools for java interfaces?

    I'm new to Java 2/swing programming. I come from a WebObjects/Enterprise Objects (Apple's tools) background.
    What GUI tools are there for creating a java 2 GUI?
    Michael

    Borland JBuilder 4 is one that I have used. But I suggest you learn to do GIU without WYSIWYG-tools first, that will help you understand and debug the code the tools create.

  • XML tools for Java (need help getting started)

    Hi,
    I have been using Java for some time. However, I am new to XML and the tools Java has available to utilize such data.
    What packages, classes, etc are available to read and write XML data?
    Thank you in advance. Happy holidays.
    Cheers,
    Christopher

    I've been using a third-party library called JDOM for well over two years and I highly recommend it for your XML processing needs. It recently reached its first productions release and is available for download at http://www.jdom.org.
    Shaun

  • Development tools for java

    HI,
    I am new in java. i know there are tools like netbeans to develop java in Windows Mode in Linux. But i want to know is there any tools like netbeans for developing java which will work from terminal window of linux ( black screen) ??
    Like TC3 , i used to use it to develop C++ from Dos mode.
    like TC3 , is there any development tools that i can run from Black screen of linux ( Terminal service / Command prompt), because i like to use black screen of linux ( command prompt)
    I will appreciate any help from any one.
    Kind regards
    Fosiul

    I know vi and Jstar also work.
    but problem is you cant compile in vi or jstar, u have to save , then have to quit then compile from command prompt. but netbeans - you can compile in same windows. or like Tc3 , you can compile by pressing f9( i think) ,
    but jstar or vi does not give any options ,it just the text eidtor.
    thats why i am asking , if any one know , any development tools which will work as a compiler and has graphics interface like TC3 for linux command prompt.

  • Need some help with tools for java projects

    Hi Friends,
    I just want to know what software release management tool do you use.Is there any free tool available on net??
    I do not need a subversion tool( cvs,svn etc) or a automation build tool ( luntbuild, cruisecontrol, anthill) , I am looking for some tool,that helps you manage the release after its made.For example,i would like to track down which release was made to which customer on which date,how many releases were made to any particular customer,what source code was shipped to the customer..and so on....
    Is there any such tool that can accomplish this???
    Thanks

    Hi Friends,
    I just want to know what software release management tool do you use.Is there any free tool available on net??
    I do not need a subversion tool( cvs,svn etc) or a automation build tool ( luntbuild, cruisecontrol, anthill) , I am looking for some tool,that helps you manage the release after its made.For example,i would like to track down which release was made to which customer on which date,how many releases were made to any particular customer,what source code was shipped to the customer..and so on....
    Is there any such tool that can accomplish this???
    Thanks

  • Any data mining tools for Java

    Same as the subject.

    BusMan29 wrote:
    I just wanna know which one is more suitable for me to develop stock analysis tools.Yeah you see, that is something you figure out by actually examining them and comparing the findings to your needs. Key words: YOUR needs, not that of anyone else. Sorry, but there are just boatloads of things you simply can't ask other people to answer for you in any sane way, you have to do all the work yourself. But if you have an actual programming related question I'm sure people will be more than willing to help you.
    Good luck!

  • Writting Tools for Java (Very new to java HELP!!!!)

    It's hard to write a java applet using a windows notepad, because I must to save as a *.java files, open a msdos prompt type (javac *.java), and run it (very inefficinet :( ).
    Doesn't like Vb, notepad didn't alert me if I make a mistake like this :.
    --System.out.println("good")
    --Sistem.out.println(":( wrong)
    HELP ME PLEASEEEEE!!!!

    Forte, where can I download it from?Link to Forte (now called Sun One Studio 4):
    http://wwws.sun.com/software/sundev/jde/index.html
    Link to JCreator (a text editor):
    http://www.jcreator.com/
    Link to search results on Google.com:
    http://www.google.com/search?hl=en&ie=UTF-8&oe=UTF-8&q=java+ide%2Ceditor

  • Tools for Java developer

    We have installed (UNIX) Portal AS 10g (10.1.4). What would be the best choice of developer tools to install?
    Thanks.

    Oracle JDeveloper 11g - otn.oracle.com/software/products/jdev

Maybe you are looking for

  • Displaying information from Numbers in iWeb

    Is there a way to display information from Numbers in iWeb? I am trying to create a FSBO site, and I imagine a scenario where I have all the houses from a table in Numbers listed with hyperlinks to their respective web pages. If this is not a good po

  • Template not updating pages

    My customer wanted me to add some google analytics to some of their pages. So I tried to make an editable area just above the </body> tag so that I could put the specific code on just some of their pages. But when I did this, it put <!-- InstanceEnd

  • How do I get rid of Firefox4 and return to previous?

    I want to uninstall Firefox 4 and return to Firefox 3

  • I can't actuality the firmware in my MacBook with Intel

    Hi, I have a MacBook with a firmware level MB11.0061.B02 and Boot Camp need your actuality. But when I attemp attempt to update with the new version of Firmware indicates to me that it does not need it. The update in Mac Support is MB11.0061.B03 and

  • CONDITION TABLE FOR ADDING IN ACCESS SEQUENCE.

    Dear I want to create new condition table for tax procedure access sequence. Can somebody tell me the T-code or Path where I can check or Create new condition table which will help in getting the key combination (TAX CODE) in FV11. Thanks, Dhanu