hey guys,
i have been asked to create a little web service. i have a very little understanding of how web services work but as far as im told is that all of my GUI has to be on client side and the logic of the program needs to be on the server.
now i am trying to work out how to crate a JButton and add actionListener to it without using the actionsPerfomed() method in the clients side. so the actionsPerformed() method would be on the server and the simple deceleration of the button
JButton button = new JButton();
would be on the client side
any suggestions or references would be greatly appreciated. also if you know some basic tutorials for web services i would also be very thankful for.
thank you