Advertisement
If you have a new account but are having problems posting or verifying your account, please email us on hello@boards.ie for help. Thanks :)
Hello all! Please ensure that you are posting a new thread or question in the appropriate forum. The Feedback forum is overwhelmed with questions that are having to be moved elsewhere. If you need help to verify your account contact hello@boards.ie
Hi there,
There is an issue with role permissions that is being worked on at the moment.
If you are having trouble with access or permissions on regional forums please post here to get access: https://www.boards.ie/discussion/2058365403/you-do-not-have-permission-for-that#latest

Java Applet Question

  • 26-03-2006 9:43pm
    #1
    Closed Accounts Posts: 1,136 ✭✭✭


    Hi,

    I've got an intermediate knowledge of java and understand alot the principles of programming, However i'm having a slight bit of trouble trying to find info on how i would go about programming a special type of applet.
    The idea is it will sit on a webserver on a host pc, others can log in, and it will control a piece of hardware on the host computer. A bit like one of those webcams you can control from a remote location.
    Any idea's where would be best to read up on this sort of thing?

    thank you.


Comments

  • Registered Users, Registered Users 2 Posts: 4,003 ✭✭✭rsynnott


    Superman wrote:
    Hi,

    I've got an intermediate knowledge of java and understand alot the principles of programming, However i'm having a slight bit of trouble trying to find info on how i would go about programming a special type of applet.
    The idea is it will sit on a webserver on a host pc, others can log in, and it will control a piece of hardware on the host computer. A bit like one of those webcams you can control from a remote location.
    Any idea's where would be best to read up on this sort of thing?

    thank you.

    That's not an applet. That's a server-side application. http://java.sun.com


Advertisement