> If I have a sample application written in JSP, can I install these .jsp
> pages to my ColdFusion 6.1 Standard server, and run them without
> additional
> software? Does the built in JRun application server allow this?
>
You need the enterprise or j2ee edition, the professional/standard
edition does not come with JSP support.
> Secondly, if I wanted to try and convert the code to CFML, is this an easy
> or difficult task? What considerations might their be? Any good primers
> that might lead me down the right path?
Well if your lucky they left most of their logic in Java objects, and in
that case it probably wouldn't be that hard to convert the JSP to CFML.
If they implemented data access, and business objects in plain old java
classes (not jsp), then you can easily invoke those java classes in
ColdFusion (with CreateObject(), or CFOBJECT).
JSP is not all that complicated, if you can understand java, _javascript_,
php, then you shouldn't have too much trouble figuring out what is going on.
hope that helps.
_________________________________
Pete Freitag
http://www.cfdev.com/
Author of the CFMX Developers Cookbook
http://www.petefreitag.com/bookshelf/
[Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

