Hi, I've coded some algorithms in java and I need to include those algorithm in my web application.
I'm using Apache Tomcat and what I need to do is that when, for example, I click on the start button on my web page a java class should be executed. I think this done by using servlets, am I right? If so, do you know where I can find some literature about it? I've searching in internet but it's al little bit confusing for me.
Thanks!