Mr. Janson,
I definitely appreciate a good look at MVC. I know it might not be Spring or Hibernate, but it will be teaching me examples in design patterns. The fact that it works without Spring, Hibernate, or the others I mentioned show that it could be a good example for me to try to extend with the other technologies. I look forward to reading your book!
Another question, if I decided to swap out WebSphere for
Tomcat or another how would that affect my experience with your book? I read articles like
WebSphere vs. Tomcat and I think that it would be possible to swap the two, but it may not work well. Is the main issue that code I would write for a WebSphere app would not run on a Tomcat server?
With this in mind do I need to have WebSphere on my computer to be able to use your book?
Edit: after doing a few hours of reading about WebSphere, Tomcat, and other application servers I see the main difference as the ability to have
EJB's and a Java EE API available. I am looking at using WAS with the Liberty Profile as I do the examples in your book. Is that a configuration you recommend?