dragonball
Posts: 1
|
| Posted: 10/07/2004, 2:09 AM |
|
Hi,
Pardon my ignorance on this product. Had been doing ASP/JSP development for quite a while, and getting tired of spending so much effort on "tedious" coding, and is looking for a product that can let me just focus on the business logic of development.
For a change, wanted to try using codecharge for a new project I'm going to work on. Few concerns in my mind, but the top issue in my list is... Are there any codes generated by codecharge that is "hidden" to the developer as form of libraries, classes, etc. Usually I pass all source codes to my client, particularly for ASP/JSP projects. Last thing the client want is to be tied to any IDE environment (not so good news for the Yes guys, though).
I noticed in the WAR file for the Hello World apps , there are quite a lot of class files in there (e.g. Page Processor.class, TextArea.class, etc.). I wonder where the sources from...
Regards,
DES
|
 |
 |
peterr
Posts: 5971
|
| Posted: 10/07/2004, 4:21 AM |
|
Nope, there are no components or hidden code created by CCS. Just regular code that can be placed on any server.
The classes were written by us as a famework (just like Struts or JSF frameworks) - feel free to modify them if you want, since the source code is included.
_________________
Peter R.
YesSoftware Forums Moderator
For product support please visit http://support.yessoftware.com |
 |
 |
|