• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

servlet program, to call my java interface program

 
Greenhorn
Posts: 1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I really need a help..I have a question with regards to servlet, i hope you can help me, im just a beginner with this topic.

my project involves a hardware interface from the I/O of the parallel port, the interface is a simple light,and a fan that will be controlled and to monitor its STATUS by a program Control_light_fan.java.

After this application,I would like it to be called by myServlet. I want my servlet to call the Control_light_fan.java application and tell the servlet the light, and fan's status.

After the status is monitored, ill have an option to request the servlet to control the STATUS of the interface.

i hope you can help me with this.what commands should i used?i hope you can help me to generate my program.

thanks a lot!

email:engr_reyesjr@yahoo.com
 
Sheriff
Posts: 13411
Firefox Browser VI Editor Redhat
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Is your program already working from the command line?
If not, I would start in the "Other Java APIs" or "General Computing".

We could certainly give advice for connecting to your app from a servlet once it's written but 'writing hardware drivers' really has nothing to do with Servlets.
 
Always! Wait. Never. Shut up. Look at this tiny ad.
a bit of art, as a gift, that will fit in a stocking
https://gardener-gift.com
reply
    Bookmark Topic Watch Topic
  • New Topic