In Jetty 5, org.mortbay.html classes like Page , Table ,Block,Break etc are embedded in Jetty 5 to display web page contents .
>From Jetty7 onwards removed jetty-html.jar. So while migrating to Jetty 9 , I need to rewrite these code to avoid compile errors On Fri, Aug 7, 2015 at 10:00 PM, Joakim Erdfelt <[email protected]> wrote: > Not sure what the org.mortbay.html classes are. > The existence of that namespace/classes tree is news to most of us. > > What do they do? > > > > > Joakim Erdfelt / [email protected] > > On Fri, Aug 7, 2015 at 9:12 AM, Arun Kumar <[email protected]> > wrote: > >> Hi Team, >> >> While migrating the jetty5 to jetty9, I need to rewrite HTML code from >> org.mortbay.html classes like table, page, block etc to similar in jetty9. >> what is the alternative to html classes in jetty9 ?. >> can I use servlets in jetty 9 to implement the same logic ? >> >> Thanks,, >> Arun >> >> _______________________________________________ >> jetty-users mailing list >> [email protected] >> To change your delivery options, retrieve your password, or unsubscribe >> from this list, visit >> https://dev.eclipse.org/mailman/listinfo/jetty-users >> > > > _______________________________________________ > jetty-users mailing list > [email protected] > To change your delivery options, retrieve your password, or unsubscribe > from this list, visit > https://dev.eclipse.org/mailman/listinfo/jetty-users >
_______________________________________________ jetty-users mailing list [email protected] To change your delivery options, retrieve your password, or unsubscribe from this list, visit https://dev.eclipse.org/mailman/listinfo/jetty-users
