You are currently viewing the BOOK: Java Programming 24-Hour Trainer 2nd Edition section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
I was wondering if there existed any possibility to do the hands-on Java EE exercises without installing a server on my laptop. Something similar to Oracle Java Cloud, but free (or at least cheaper).
I don't know why you don't want to install a server on your laptop.
But, i know that JAVA EE components are server side components (Servelets, JSPs, EJBs).
You need at least if you don't use EJBs to install a servelet container like tomcat.