Re: URL Pathing

2000-10-23 Thread Troy Echols
Andy, Forgive me if I'm insulting your intelligence by mentioning this. I discovered while using Tomcat that I had to distingush URL paths used in jsp:include tags (RequestDispatcher.include() calls) and jsp:forward tags (RequestDispatcher.forward() calls) from URL paths used in generated HTML p

Re: EJB vs Servlets

2000-10-09 Thread Troy Echols
Might there be some benefit to using EJBs over servlets alone if you want to support various modes of connectivity to your business logic (e.g., standalone clients using JMS/CORBA/RMI in addition to web clients). Just my two cents worth. Troy > Hani Suleiman wrote: > > I've considered using EJ