JAVA(Ajax + (SVG or XAML)) is better than JAVA(Swing or SWT)?

A new startup claims it has invented a process to create reusable Ajax GUI Classes that are better than Java/Swing classes.
http://cbsdf.com/misc_docs/why-gui-api.htm
http://cbsdf.com/misc_docs/gui-api-brief.htm
It has published the innovative process and many examples on the web site and challenging the software community to prove it wrong.
Any takers?
It claims the process is very simple any Java developer with some JavaScript experience can validate the process.
Imagine the implications if they are right, and if it costs less to create a graphics intensive online application than the cost of creating a comparable Java/Swing application?

Crosspost: http://forum.java.sun.com/thread.jspa?threadID=716694&messageID=4140147

Similar Messages

  • Embed flash player in Java Swing or SWT UI?

    Is it possible to embed the Flash player in a Java Swing or
    SWT UI?
    Thanks in advance for your help?

    how about asking Mr. Google - he knows a lot of libraries....
    well here is one:
    http://www.jpackages.com/jflashplayer

  • Why is Java better than c#. most people say c# is better

    I have entered forums and end up seeing informations on c# being better than java. Pls can any body tell me what makes java better than c#. This days every one i know is now going c#. They are discoraging me to also go c#.
    i am quite con fussed. The only thing that keeps me to JAVA is platform independence.

    Well, I suppose you can search Google for 'C# vs java' and read an article such as
    http://en.wikipedia.org/wiki/Comparison_of_Java_and_C_Sharp.
    However arguing which is better is best left as an exercise for developers with a lot of experience in both languages rather than those just starting out (If your just starting out, you will not use the advanced features one has over the other).
    I think the market will be evenly split between both languages for quite some time. Ideally, as a professional developer you should know both well so you are more employable. For Java, I suggest getting familiar with The Eclipse IDE since its used by the bulk of Java developers. For C#, I suggest you install Visual Studio Express because its used by the bulk of C# developers (and the express version is free).
    I suggest you first learn one or the other very very well and good coding practices before learning the other language to avoid mixing the two somewhat different coding styles.
    I suggest learning whichever language your friends are using assuming you communicate with them about programming often (so you can help each other). If instead your on your own, I suggest you learn Java. I think you will have an easier time picking up the Object Oriented philosophy than C# because in my opinion Java is more low level coding and C# is more high level coding (ie, the advanced features it can do a lot for you). You should have a good handle on the low level concepts first. In may opinion, once you know Java well, C# is a lot easier to pick up since they are both object oriented and are very similar object oriented languages.

  • Is java 8 better than java 7 ..??

    Is java 8 better than java 7 ..??

    define "better".
    I'm not planning to switch any time soon. Not only are we using Java 6 on servers that aren't supported on Java 7, let alone 8, but I also tend to wait for the initial bugs to be ironed out before adopting something new.

  • I wanna learn Oracle ADF technology, is it better than other java based f/w

    hi Forum Members
    I wanna learn Oracle ADF  technology, is it better than other java based f/w
    Thanks,
    Raghava

    There is a quick start guide which could help you
    http://www.amazon.com/Quick-Start-Oracle-Fusion-Development/dp/0071744282
    There are also tutorials on the OTN JDeveloper page (google for JDeveloper).
    this should get you started.
    Regards
    Grant

  • Are Java Data Objects better than EJB's

    can anyone kindly explain how JDO's are better than EJB's. or an URL where I can get the info.
    sreedhar

    I sometimes hear about people implementing their entity bean persistence using JDO, but it would make a LOT more sense to me to front entity beans with a JDO interface. Entity beans provide a good mechanism for handling transactions, caching, etc., while JDO provides a very simple persistence interface.

  • How XI is better than BAPI method

    Dear all,
    How XI technology is better than BAPI method, with the help of BAPI we can connect Non SAP system with SAP then why XI is better and in what respect.
    Thanks,
    RP

    > Hi,
    > Can you connect BAPI with some DB system without XI?
    >
    > Cheers,
    > Jag
    Of course you can.
    Just develop a Java/.NET application that will call RFCs through JCo/.NET Connector and DB's through any driver you want.
    Regards,
    Henrique.

  • WebLogic is better than OAS

    WebLogic is better than OAS. What does this mean if we are running only Forms and Reports ? Is WebLogic using less RAM + processor for the same amount of work ? If yes, could we think of a percent ( 10-20 % less ) ?
    Is WebLogic better only for Java staff or for Reports & Forms as well ?
    Thanks for your response,
    TPC

    No difference.
    The only way a daemon thread differs from a non-daemon thread is that a daemon thread won't prevent the JVM from exiting but a non-daemon thread will.

  • Are there any xml parsers better than xerces?

    hi, I need to find an efficient parser for my project. I am currently using the Xerces1.4.4 parser from Apache. Are there any xml parsers better than xerces? Do I need to change any code if I switch to a new parser?
    Thanks!!!

    I have not seen any comparisons but an XML parser (both sax and dom) now comes standard with java 1.4. You'll probably need to change your code but you won't have to ship Xerces with your app.

  • Oc4j standalone running better than AS

    Hi,
    I have problems with Oracle Application Server 10g. Before, In the development phase, me and team always using standalone OC4J which was taken from OracleIDS 10g and everything running well. Now in production we decided to use oAS Forms Services, but oAS is ALWAYS down less than 3 minutes since reach the main page with this error :
    FRM-92102: A network error has occured
    The Forms Client has attempted reestablish its connection to the Server 1 time(s) without success. Please check the network connection and try again later
    Details...
    Java Exception:
    java.io.IOException: Connection failure with 500
    After we refresh the page, usually browser will show '500 Internal Server Error'. And after we refresh about 2 or 3 times, we can access the main page again. Both OC4J and oAS are running in Windows 2003 but in different machine.
    I'm new in Application Server, I don't understand why standalone OC4J could be better than oAS. Please help me to find out and solve the problems.

    Hi,
    The FRM-92102 indicate to network problem.
    http://oracle.jacoulter.net/reference/206247.1.html
    FRM-92102 - A network error has occured
    Cheers,
    Hamdy

  • TableLayout... better than GridBagLayout and easier to boot.

    Just in case any of you haven't seen this, if you go to java.sun.com and do a search on TableLayout, you'll find a very powerful easy to use and dynamic layout that I feel is far better than any other layout for most tasks. It automatically resizes components to the cell sizes, you can position them within cells, expand them across cells, and dynamically add/remove and hide/show cells (for both columns and rows) at any time. This last one I think is great because it avoids things like having to create two JPanels, one for a short form, and one for a much more involved form. I suppose there might be other ways, but with TableLayout, you simply supply the long form, hide the rows/cells you don't need for the short form, then show them again if the long form is desired. It is simple to use too. Much like a spread sheet or JTable, you just position a component into a container with a TableLayout into an appropriate defined cell in x,y fashion.
    Give it a try. Post some feedback here.

    Sure, its easy to use.
    One question,
    I have a couple of components that I have in a panel. I have used the option FILL, to make all components the same size. This result in that the last component get a bigger space then the others. If I make the window smaller it first resizes the last component til it is the same size as all the others. If I make my panel even smaller, the last component gets a bigger space then the others again.
    Is there a way to always have the same size of the components ?

  • Performance of Java Swing Vs Ajax ( Java Script )

    We had developed application in swing which displays the data received after querying to web-service in Table and JTrees.
    The current technological move is toward Ajax, It is ok that I can build this application in Ajax but not willing to go for replacment to swing.
    I had following question, why should I go for Ajax over swing considering my type of application only ( beside plugins,JRE.. )?
    And Peformance of Java script ( AJAX ) application over swing on following gorund?
    1. Rendering of components in Swing & HTML ( browser )
    2. Peformance of Java Script over Java ( CPU, Memory usage )
    3. Event model in Java Script over java swing
    4. Multitasking & Multithreading.
    5. Storing data in variables.

    The advantage of AJAX over Swing is clear, no special software is needed on a client computer other than an up to date browser.
    Swing does have some advantages however in that it is much more established and there are many more tools available for developing a front end GUI application in Swing.
    I have yet to find what I consider a "good" IDE for Javascript development on multiple platforms, Eg. IE, Firefox, etc...
    Javascript is also not truly object oriented and that makes organizing your code and your design harder.
    Performance I feel is a moot point between the two as it would hardly be noticeable, however I would guess that Javascript might have less performance than Java.

  • Firefox browser is very slow, I delete history and Cache often, I like Firefox better than IE but need it faster as I am stuck with Dialup.

    I empty Cache and all recent history except passwords to get about 4kbs and at most I can get about 6.7kbs. Firefox is a lot better than IE but I am stuck with Dialup or a high price for DSL from our Local Telephone company. I have Windows Vista and IE9 and 7 as this is a 64 system so I have to download both 32 and 64 to run. Firefox is bright and clear. I see that instead of Java which is disabled for Firefox it uses Jagermonkey, I tried to find some info on this but couldn't. I downloaded Firefox7 just 2 weeks ago.

    Your Shockwave Flash is not current, do not install additional "crapware" which will likely be offered when installing an Adobe product
    :http://www.adobe.com/software/flash/about/
    :also check all plugins through the '''about:plugins''' link
    :to http://www.mozilla.com/plugincheck/
    There is little point is running the 64bit version of Firefox, it is really for testing.
    You can clear cache automatically when you shutdown Firefox (see image)
    * http://img232.imageshack.us/img232/4928/clearcachew.png
    :REM Clear your temporary internet files when Firefox is down with a .bat file
    :rem S Delete specified files from all subdirectories
    :rem Q Quiet mode, do not ask if ok to delete on global wildcard
    :rem F Force deletion of read only files
    :del C:\Users\'''''myuserid'''''\AppData\Local\Temp\*.* /s /q /f
    :del c:\"Documents and Settings\'''''myuserid'''''\Local Settings\Temp"\*.* /s /q
    Stop ghostly indexing, autoplay
    * http://dmcritchie.mvps.org/windows-7/win7.htm#ghosts
    Use "Adblock Plus" to block advertisements, etc consumes a lot of time/transmissions
    * Adblock Plus :: Add-ons for Firefox<br>https://addons.mozilla.org/firefox/addon/adblock-plus/
    * Adblock - MozillaZine Knowledge Base<br>http://kb.mozillazine.org/Adblock
    Install a "hosts" file as well, see link in the MozillaZine article above
    This seems to have helped, to early to tell, I ran all options individually of the add-on then uninstalled it, see
    : http://blog.bonardo.net/2011/09/30/is-your-firefor-freezing-at-regular-intervals
    I would install the second one will show if you got disconnected
    * Restartless Restart :: Add-ons for Firefox<br>https://addons.mozilla.org/firefox/addon/restartless-restart/
    * Work Offline :: Add-ons for Firefox<br>https://addons.mozilla.org/firefox/addon/work-offline/

  • Is there a way that i can downgrade my iOS 7.1 on my iPhone 4 to iOS 6xx? battery life not good, and performance isn't better than iOS 6.. Please apple i am really disappointed with iOS 7 on my iPhone 4

    Is there a way that i can downgrade my iOS 7.1 on my iPhone 4 to iOS 6xx? battery life not good, and performance isn't better than iOS 6.. Please apple i am really disappointed with iOS 7 on my iPhone 4, it can runs great on iPhone above 4 such as 5/5s/etc.. iPhone 4 just good with iOS 6...

    No.

  • Why does a DVI or VGA look better than HDMI for 2nd Monitor

    Why does a DVI or VGA connection for a program monitor look better than HDMI. I've tested this on several systems with CS5x and CS6. The full screen output from premiere definitely looks worse with HDMI.
    I can often see visual differences with the Windows GUI as well, over sharpening of text and lines, harsh rendering of gradients. It looks like a VGA signal displayed on a television.
    I've looked at the NVidia stetting and it appears to be set to 1920x1080 at 60hz either way, DVI or HDMI. On one Acer 20 inch monitor the was VGA, HDMI, Composite, Component, and Digital Tuner, but no DVI. The program monitor has always looked blah from the HDMI. So I recently switched the connection to a DVI to VGA adaptor, and now the video looks so much better.
    Any thoughts or explanations?

    Just because the monitors accept a 1080P signal doesn't mean their native resolution is 1920x1080. At 20 inch they very likely can scale that signal down to the native resolution of the panel which may be 1600 x 900 or another resolution that is 16 x 9 resolution. That scaling can be done by the GPU or firmware on the Monitor depending on the video driver options and the firmware options. That scaling is also the most common cause to text and icon blurriness you are talking about. As an example there are Pro monitors that accept a 4K signal but scale it down to 2.5K or 2K on the actual panel. You might try going into your video card settings such as Nvidia control panel and look for the scaling options. Select GPU scaling and see if the preview is better. If that doesn't work select no scaling and see if it's better if the monitor firmware handles the scaling.
    Eric
    ADK

Maybe you are looking for