How can I Make Single Application for web and desktop in JAVA

Mian.Ammar

I need to make a cross platform application than can run on MAC, Windows, Linux and also on web. Can JAVA be used for this? If yes then what type of JAVA project and what architecture should I use? And also need to implement MVC.

My Application will store data on local pc and will also have same interface on web. And both platforms will keep in sync!

Kayaman

Your choices are somewhat as follows.

  • Create a remote server
  • Create a Swing desktop client
  • Use the Swing client through Web Start or create a separate web client on the remote server (with any frameworks of your choice).

Obviously the choice without a separate web client is simpler, but it also means that all "web" users must have Java installed and Web Start must be allowed.

Collected from the Internet

Please contact [email protected] to delete if infringement.

edited at
0

Comments

0 comments
Login to comment

Related

From Dev

How I can make Row Grouping in DataGrid WPF Desktop Application

From Dev

How can I make Pidgin a single-window application?

From Dev

How can I handle exceptions and errors in a Java web application?

From Dev

How can I handle exceptions and errors in a Java web application?

From Dev

How can I make Visual Studio automatically attach its debugger to both a web application and web service?

From Dev

How i can set Desktop Icon of my java Application in windows7, 8?

From Dev

How can I use a single mssql connection pool across several routes in an Express 4 web application?

From Dev

How do I convert web application into desktop executable?

From Dev

How can I make MacVim as "Application" on Mac;

From Dev

how can i make web gis application using geoserver,postgresql,arcgis and c#.net

From Dev

How can I make my own custom desktop widgets?

From Dev

How can I make a desktop wallpaper slideshow with my own images?

From Dev

How can i make my .desktop app global?

From Dev

How can I use the Google Maps APIs in a JavaFX Desktop Application?

From Dev

How can I use the Google Maps APIs in a JavaFX Desktop Application?

From Dev

How can I put my GTK application in the desktop menus?

From Dev

How can I add custom '.desktop' application launchers to Ubuntu Dock?

From Dev

How can Apache Wicket be used to make a single page web app?

From Dev

how can I have many web pages on a single web page?

From Dev

How can i make an application with wpf that makes an new application in runtime?

From Dev

How to use two port numbers for a single java web application?

From Dev

How should I share authentication from a desktop application to a web application using OAuth 2.0

From Dev

How do I convert a php web application into a desktop application and retain database

From Java

How/Where I can learn the structure of a real world Java web application with sample code and explanation

From Dev

How can I add war file to another java web application dependencies?

From Dev

How/Where I can learn the structure of a real world Java web application with sample code and explanation

From Dev

How can I bind Datasource to an attribute in ServletContext in a Java web application runing on Tomcat?

From Dev

How can I make LibGDX detect only a single tap/click?

From Dev

how can I make a single join value match a range of values

Related Related

  1. 1

    How I can make Row Grouping in DataGrid WPF Desktop Application

  2. 2

    How can I make Pidgin a single-window application?

  3. 3

    How can I handle exceptions and errors in a Java web application?

  4. 4

    How can I handle exceptions and errors in a Java web application?

  5. 5

    How can I make Visual Studio automatically attach its debugger to both a web application and web service?

  6. 6

    How i can set Desktop Icon of my java Application in windows7, 8?

  7. 7

    How can I use a single mssql connection pool across several routes in an Express 4 web application?

  8. 8

    How do I convert web application into desktop executable?

  9. 9

    How can I make MacVim as "Application" on Mac;

  10. 10

    how can i make web gis application using geoserver,postgresql,arcgis and c#.net

  11. 11

    How can I make my own custom desktop widgets?

  12. 12

    How can I make a desktop wallpaper slideshow with my own images?

  13. 13

    How can i make my .desktop app global?

  14. 14

    How can I use the Google Maps APIs in a JavaFX Desktop Application?

  15. 15

    How can I use the Google Maps APIs in a JavaFX Desktop Application?

  16. 16

    How can I put my GTK application in the desktop menus?

  17. 17

    How can I add custom '.desktop' application launchers to Ubuntu Dock?

  18. 18

    How can Apache Wicket be used to make a single page web app?

  19. 19

    how can I have many web pages on a single web page?

  20. 20

    How can i make an application with wpf that makes an new application in runtime?

  21. 21

    How to use two port numbers for a single java web application?

  22. 22

    How should I share authentication from a desktop application to a web application using OAuth 2.0

  23. 23

    How do I convert a php web application into a desktop application and retain database

  24. 24

    How/Where I can learn the structure of a real world Java web application with sample code and explanation

  25. 25

    How can I add war file to another java web application dependencies?

  26. 26

    How/Where I can learn the structure of a real world Java web application with sample code and explanation

  27. 27

    How can I bind Datasource to an attribute in ServletContext in a Java web application runing on Tomcat?

  28. 28

    How can I make LibGDX detect only a single tap/click?

  29. 29

    how can I make a single join value match a range of values

HotTag

Archive