Tom Dion
|
| Posted: 09/17/2004, 7:42 AM |
|
Does anyone know if CodeCharge Studio will convert existing JSPs to ASPs?
For example, if a JSP is loaded into Codecharge, can I click "Save As" and have code autogenerated in a different language?
Thanks.
|
|
|
 |
Don Safar
|
| Posted: 09/17/2004, 8:42 AM |
|
It will convert all except event code. You must manually convert this.
<TomDion@forum.codecharge (Tom Dion)> wrote in message
news:6414af7c6a2351@news.codecharge.com...
> Does anyone know if CodeCharge Studio will convert existing JSPs to ASPs?
>
> For example, if a JSP is loaded into Codecharge, can I click "Save As" and
have
> code autogenerated in a different language?
>
> Thanks.
> ---------------------------------------
> Sent from YesSoftware forum
> http://forums.codecharge.com/
>
|
|
|
 |
Tom Dion
|
| Posted: 09/17/2004, 8:54 AM |
|
Exactly what do you mean by "event code?"
Thanks again.
|
|
|
 |
Don Safar
|
| Posted: 09/17/2004, 9:29 AM |
|
Files created by codecharge can be re-generated in any of the supported
languages. CodeCharge allows you to insert custom code via events. If you
have a page called Default.jsp and you wish to do some customized code, you
would select the appropriate event and put in you custom code. CodeCharge
would generate a file called Default_Events.jsp containing this code. If you
decide to convert to asp, you would have to change the code in
Default_events to asp.
After re-reading your post, if you are asking if codecharge can read a jsp
file created by hand and convert it to asp, the answer is no.
<TomDion@forum.codecharge (Tom Dion)> wrote in message
news:6414b08c18c38b@news.codecharge.com...
> Exactly what do you mean by "event code?"
>
> Thanks again.
> ---------------------------------------
> Sent from YesSoftware forum
> http://forums.codecharge.com/
>
|
|
|
 |
peterr
Posts: 5971
|
| Posted: 09/17/2004, 10:35 AM |
|
Oops, I didn't pay attention to the last part of Don's answer. Renmoved my last responses now.
I just like to confirm that such conversion should be fairly easy but only if the JSP application was created using CodeCharge Studio.
_________________
Peter R.
YesSoftware Forums Moderator
For product support please visit http://support.yessoftware.com |
 |
 |
|