Hello List,

(It was great meeting some of you at the JavaOne conference,
hello to you all!)

For my first try at Orion, I migrated a little
quick & dirty site from JRun 2.3.3b153.  The site is
just made up of JSP pages with inline Java doing
various simple things.

Here are some issues I discovered:

- Orion can't parse multi-line statements, like this:
<%
  String thisString = "this is a really long string that
                       I want to appear lined-up";
%>

  JRun does.

- JRun automatically includes the java.io.* package, you
  don't have to do a page include manually if you use
  something like a java.io.BufferedReader in a JSP page.

I just wondered whether or not these issues were known.

Thanks,

Doug
--
Doug Smith
Senior Developer
Eviciti Corp.
http://www.eviciti.com
mailto:[EMAIL PROTECTED]


Reply via email to