Because there seems to be a need
(here) for a CMC public store searcher, I thought I'd write one up in JSP.
I've got the JSP version running on my local Sun Web Server. It accepts the card number (or cardID), searches through the list and prints who is selling the card and for what price and the quantity in stock. If I expand this further, I might add other search criteria. I might add more error checking too, but then that's for later.
The code should now be ready to be deployed on a public web server.
The only problem left now is this: does anyone know a web hosting service that:
1) Provides hosting for JSP
2) Is entirely free and there's no trial period
3) Does not include advertising?
I need to host the JSP on a website. I might not make a publicly available command line version or Java applet version because providing updates will be hard and it doesn't really work on all systems, so the website is the most feasible option.
Can anyone direct me to a web hosting service that supports JSP, is free and doesn't have adverts? Thanks.
Edit: In case anyone's wondering, I'm not going to start a CMC-projects thread until I'm sure that this application's up and running on the web ^^.