Results 1 to 11 of 11
- 10-29-2009, 01:24 PM #1
Senior Member
- Join Date
- Oct 2008
- Posts
- 116
- Rep Power
- 0
Well is better use Access or MySQL with WIN (JAVA) APPS (desktop),cons and pros ?
Access is for desktop or web Apps BUT MySQL is ONLY for web Apps ?
May Java desktop Apps use MySQL...If yes, how much space take the database structure in the App, if for example data in database reach 1MB exactly...? I am beginner in binding DATABASES TO WIN (JAVA) APPS but I have practiced in web apps binding JSP/MYSQL....
Well is better use Access or MySQL with WIN (JAVA) APPS (desktop), where find cons and pros ?
- 10-29-2009, 01:33 PM #2
Senior Member
- Join Date
- Aug 2009
- Posts
- 2,388
- Rep Power
- 6
You can use MySQL in desktop applications as well.
Where did you hear that MySQL is only for web applications?
- 10-29-2009, 02:01 PM #3
Senior Member
- Join Date
- Oct 2008
- Posts
- 116
- Rep Power
- 0
since is a server, how can be used, if we do not have internet connection?
- 10-29-2009, 02:03 PM #4
Senior Member
- Join Date
- Aug 2009
- Posts
- 2,388
- Rep Power
- 6
Where did you hear that servers can only be used with an internet connection?
- 10-29-2009, 06:38 PM #5
Senior Member
- Join Date
- Oct 2008
- Posts
- 116
- Rep Power
- 0
each client then must have installed the mysql server? or... how works?
- 10-29-2009, 06:43 PM #6
Senior Member
- Join Date
- Aug 2009
- Posts
- 2,388
- Rep Power
- 6
You said that you worked with MySQL on web apps. Did each client have MySQL installed on their computers?
Are you trying to write a desktop application that will accessed over an intranet(or the internet)? If that is the case then you would have one MySQL server instance installed on your server computer. Your application would be accessing that database and the application itself could reside on the machine with the database or on a dedicated application server machine. You would then serve via Java Web Start.
- 10-29-2009, 07:37 PM #7
Senior Member
- Join Date
- Oct 2008
- Posts
- 116
- Rep Power
- 0
in case of web apps each connected to database server , correct ?
if we have no connection and want to build an app personal for one person , no intranet , lets say a hotel booking system data keep, old fasion well in this case how handle ?
- 10-29-2009, 07:47 PM #8
Senior Member
- Join Date
- Oct 2008
- Posts
- 116
- Rep Power
- 0
for standalone apps jdk/mysql need to be installed(no network)? well is any way make an exe file self integrated/standalone without the need either installed ?
- 10-29-2009, 08:01 PM #9
- 10-29-2009, 08:02 PM #10
Senior Member
- Join Date
- Aug 2009
- Posts
- 2,388
- Rep Power
- 6
Yes you can run the stuff on just one machine if you want. That must surely be obvious.
If your application accesses a database then surely you need to install MySQL. If you want to make an installation file then google for such tools that make installers from .jar files.
- 10-29-2009, 08:03 PM #11
Senior Member
- Join Date
- Aug 2009
- Posts
- 2,388
- Rep Power
- 6
Similar Threads
-
Deploying Java Desktop application with database (MySQL, ORACLE, other...)
By IndioDoido in forum New To JavaReplies: 9Last Post: 01-17-2012, 08:31 AM -
deploying Java Desktop application with MySql database
By lyjen in forum New To JavaReplies: 3Last Post: 10-28-2010, 02:42 PM -
What the the Pros of Java vs. other languages?
By shintashi in forum New To JavaReplies: 1Last Post: 07-26-2009, 02:55 AM -
Pros and Cons in Java
By Ninabob in forum New To JavaReplies: 5Last Post: 08-31-2008, 09:35 PM -
How Can I Automate Java Installations for PC Apps?
By salaciak@lgca.org in forum New To JavaReplies: 0Last Post: 07-23-2007, 05:54 PM


LinkBack URL
About LinkBacks
Reply With Quote

Bookmarks