Subject Re: [Firebird-Architect] Re: Java Stored Procedures
Author Adriano dos Santos Fernandes
Jim Starkey escreveu:

>Get serious. Editors/IDEs only work off files and Java compilers only
>work off files. The source in the database would be obsolete on the
>first change. Source in the database would have to extracted before
>anything could be done with it. And which source file would you
>believe, the one in your source control system or the one in the
>database? And what would happen when you trashed your development
>database? Restore an old copy and loose all your Java changes? And
>how many software developers really want to ship their source code to
>their customers and competitors?
>
>
At the ESP creation, the plugin may receive the source, compile it and
store the binary version.
The sources may be deleted after this.
Like with normal SPs.


Adriano