Search:

Type: Posts; User: copeg

Search: Search took 0.10 seconds.

  1. Replies
    7
    Views
    1,717

    Re: Java, A good choice?

    You can access stored procedures using JDBC fairly easily. I would classify stored procedures and application logic as different, so I wouldn't necessarily recommend keeping all 'procedures' java...
  2. Replies
    7
    Views
    1,717

    Re: Java, A good choice?

    The basic design of applications such as this is to keep application logic on the server side, or at least separate from the client. This prevents any logic from being locked into the client directly...
  3. Replies
    7
    Views
    1,717

    Re: Java, A good choice?

    This project doesn't sound like an easy one...in other words it sounds quite fun.

    Given you wish to have an applet, java is a requirement for the client side. Server side you could go with quite...
Results 1 to 3 of 3