Results 1 to 2 of 2
- 07-19-2010, 11:48 PM #1
Member
- Join Date
- Jul 2010
- Posts
- 4
- Rep Power
- 0
Can Java desktop GUI also be seemlessly served on web?
Hello experts,
I would like to outsource a custom Java GUI development for the desktop, but would like to keep the option for offering it on web browser. Could you help me answer the follow two questions?
1. Could the same Java GUI be used for the desktop as well as the web browser (assuming a proper web server is installed on the server)? That is, is this one development effort with no changes between desktop and web, or two separate developments (one for desktop and another for web), or somewhere in between (if so, what's different)?
2. Can I expect the same look and feel on the desktop as on the web browser (ignoring the loss of 1 inch of browser buttons/etc on top of browser window)?
Ideally I'd ask the company I solicit to outsource this development, but they may be biased as they have something to gain. Hoping I can get a better, more thorough answer here. Thanks in advance. -Gkk
- 07-20-2010, 02:51 AM #2
Moderator
- Join Date
- Jul 2010
- Location
- California
- Posts
- 1,619
- Rep Power
- 5
Look into Applets and/or java webstart. Applets are slightly different versions of a desktop app run within the browser (a bit different from the design app standpoint but somewhat similar conceptually). Java Webstart is a downloadable form of the application - click a link in the browser and download/launch the app.
Similar Threads
-
How do I run a java program that I made off of my desktop?
By Chris Rice in forum New To JavaReplies: 2Last Post: 06-30-2010, 07:19 AM -
creating java desktop application
By highfive in forum New To JavaReplies: 2Last Post: 03-29-2010, 04:14 PM -
How to run PHP and cmd in Java Desktop Programming?
By sysout in forum Advanced JavaReplies: 14Last Post: 10-17-2009, 01:19 PM -
Desktop search in java
By hellosubs in forum New To JavaReplies: 0Last Post: 06-15-2008, 03:33 PM -
Installer for Java desktop application
By nitingupta183 in forum SWT / JFaceReplies: 0Last Post: 03-18-2008, 07:53 AM


LinkBack URL
About LinkBacks
Reply With Quote
Bookmarks