Thread: Java newby
View Single Post
  #5 (permalink)  
Old 01-23-2008, 05:16 AM
Eranga's Avatar
Eranga Eranga is online now
Moderator
 
Join Date: Jul 2007
Location: Colombo, Sri Lanka
Posts: 5,061
Eranga has a spectacular aura aboutEranga has a spectacular aura about
Send a message via Yahoo to Eranga
Quote:
Originally Posted by violinssoundcool View Post
1. If the program needs to be run in an internet browser, does that automatically mean that it needs to be an applet?
In simple words, web based Java application called Applets. In simple terms, I said again. Actually if you want to run your application on a browser, yes you have to work on applets.

Quote:
Originally Posted by violinssoundcool View Post
2. Can I do the same things in an applet as I can in an application? Most of what I have seen of applets are simple pictures or other graphical objects that are inserted into HTML. Is it possible for the applet to be a full interactive program?

Not much clear you question. Anyway, what you have done is write an application which is able to run on the browser. You can develop a full interactive program using applet. Don't you have seen any such Java applications. Simple games specially.


Quote:
Originally Posted by violinssoundcool View Post
4. Will I need to use JDBC or something else like Hibernate to access the data?
Depends on you application you can use any DB connection. You can use Access at the starting point in your application. JDBC is one of a list of them..
__________________
Use an appropriate Subject. "Help, urgent!" isn't one.
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.

Someone helped you?
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
their helpful post.
Help:
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
|
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
Resources:
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
|
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
|
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
|
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
Web:
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
Tips:
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
|
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
Reply With Quote