DeSaedeleer
Posts: 8
|
| Posted: 03/31/2005, 5:12 AM |
|
I intend to use Codecharge to manage our website.
We are working now with ASP but plan to switch to JSP next year. I see that when starting a new project, the language has to be selected when CREATING the new project.
My question: Is it possible to start now with ASP output, but to generate later JSP from within the same project (without having to recreate the project form scratch) ?
Kind regands
Guy
|
 |
 |
mrachow
Posts: 509
|
| Posted: 03/31/2005, 5:44 AM |
|
Quote :My question: Is it possible to start now with ASP output, but to generate later JSP from within the same project (without having to recreate the project form scratch) ?
Yes that's possible.
Rawly spoken Studio will "reuse" everything which was created by Studio itself (page design, forms, properties, actions aso).
Every piece of code YOU have written for custom events you have to write again for the new template language (JSP).
I havn't said only deliberately because don't underestimate the effort doing that.
_________________
Best regards,
Michael |
 |
 |
peterr
Posts: 5971
|
| Posted: 03/31/2005, 10:33 AM |
|
Let me just add that you can test this by switching the programming language at any time: Project -> Settings -> Code Language.
Additionally, most of the Examples/Solutions can be switched from language to language and they will continue to work, except those that use custom code (like Example Packs), for the reasons described by Michael.
_________________
Peter R.
YesSoftware Forums Moderator
For product support please visit http://support.yessoftware.com |
 |
 |
|