Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.java.gui > #5348

Re: Design Suggestions?

From Roedy Green <see_website@mindprod.com.invalid>
Newsgroups comp.lang.java.gui
Subject Re: Design Suggestions?
Organization Canadian Mind Products
Message-ID <80bbq81339km6p33n8e5o3abg40rrk437m@4ax.com> (permalink)
References <klun5u$8m3$1@dont-email.me>
Date 2013-05-29 00:27 -0700

Show all headers | View raw


On Thu, 02 May 2013 17:56:00 -0400, Henry <Henry@example.com> wrote,
quoted or indirectly quoted someone who said :

>Does anyone have any thoughts on the best way to design this?

The only tricky part of this is the randomising to simulate the draw.

see http://mindprod.com/jgloss/randomnumbers.html

Because you are collecting money, it would be very embarrassing if you
lost your records of who bought what because of a crash.  This implies
you should store your information in a database, one with crash
protection. I suggest Postgre.

see http://mindprod.com/jgloss/sql.html
http://mindprod.com/jgloss/postgresql.html

If this is just a single-user desktop app, it will be a lot simpler
and secure than if you make it a multi-user or web app.

Performance is not a concern. The total amount of data is trivial.
-- 
Roedy Green Canadian Mind Products http://mindprod.com
Technological possibilities are irresistible to man. 
If man can go to the moon, he will. 
If he can control the climate, he will. 
 ~ John von Neumann (born: 1903-12-28 died: 1957-02-08 at age: 53)

Back to comp.lang.java.gui | Previous | NextPrevious in thread | Next in thread | Find similar


Thread

Design Suggestions? Henry <Henry@example.com> - 2013-05-02 17:56 -0400
  Re: Design Suggestions? Knute Johnson <nospam@rabbitbrush.frazmtn.com> - 2013-05-02 18:18 -0700
  Re: Design Suggestions? Roedy Green <see_website@mindprod.com.invalid> - 2013-05-29 00:27 -0700
    Re: Design Suggestions? Lew <lewbloch@gmail.com> - 2013-05-30 12:55 -0700
      Re: Design Suggestions? Roedy Green <see_website@mindprod.com.invalid> - 2013-05-31 09:36 -0700
        Re: Design Suggestions? Lew <lewbloch@gmail.com> - 2013-06-02 12:56 -0700

csiph-web