Skip to main content
typos
Source Link
ChrisF
  • 39k
  • 11
  • 129
  • 169

Web applications (.jsp / javaJava) have the advantage that they can be run from any client browser by putting a single URL into the address bar, and off you go. However, the average web application is slow, clunky, and maintaining the code behind it is hell on earth.

Conversely, a typical desktop application (javaJava / c#) can have a slick interface, snappy response, and the code behind it is often much neater, compartmentalised, and often a pleasure to work with.

Is there a way or technique to connect to a remote server through a javaJava / c# desktop application, that can be distributed to any Windows computer, that doesn't first require the computer to connect to the remote server through a VPN, as a separate user procedure? (Usernames /passwords / connection details will obviously need to be stored in a config file associated with the application).

The remote server would be hosting a 'communal'  (?sqlserver) SQLServer database, and I suppose, possibly some files.

Web applications (.jsp / java) have the advantage that they can be run from any client browser by putting a single URL into the address bar, and off you go. However, the average web application is slow, clunky, and maintaining the code behind it is hell on earth.

Conversely, a typical desktop application (java / c#) can have a slick interface, snappy response, and the code behind it is often much neater, compartmentalised, and often a pleasure to work with.

Is there a way or technique to connect to a remote server through a java / c# desktop application, that can be distributed to any Windows computer, that doesn't first require the computer to connect to the remote server through a VPN, as a separate user procedure? (Usernames /passwords / connection details will obviously need to be stored in a config file associated with the application).

The remote server would be hosting a 'communal'  ?sqlserver database, and I suppose, possibly some files.

Web applications (.jsp / Java) have the advantage that they can be run from any client browser by putting a single URL into the address bar, and off you go. However, the average web application is slow, clunky, and maintaining the code behind it is hell on earth.

Conversely, a typical desktop application (Java / c#) can have a slick interface, snappy response, and the code behind it is often much neater, compartmentalised, and often a pleasure to work with.

Is there a way or technique to connect to a remote server through a Java / c# desktop application, that can be distributed to any Windows computer, that doesn't first require the computer to connect to the remote server through a VPN, as a separate user procedure? (Usernames /passwords / connection details will obviously need to be stored in a config file associated with the application).

The remote server would be hosting a 'communal'(?) SQLServer database, and I suppose, possibly some files.

Source Link
user4109
  • 11
  • 1
  • 2

Accessing a remote server from desktop application

Web applications (.jsp / java) have the advantage that they can be run from any client browser by putting a single URL into the address bar, and off you go. However, the average web application is slow, clunky, and maintaining the code behind it is hell on earth.

Conversely, a typical desktop application (java / c#) can have a slick interface, snappy response, and the code behind it is often much neater, compartmentalised, and often a pleasure to work with.

Is there a way or technique to connect to a remote server through a java / c# desktop application, that can be distributed to any Windows computer, that doesn't first require the computer to connect to the remote server through a VPN, as a separate user procedure? (Usernames /passwords / connection details will obviously need to be stored in a config file associated with the application).

The remote server would be hosting a 'communal' ?sqlserver database, and I suppose, possibly some files.