At 11:23 AM 8/15/99 -0700, Eric Friedman wrote:
>
>Kenneth,
>
>As long as you associate .sqlj files with the JDE, there's no reason you
>can't use it to edit them.  I've done this quite happily for a while now.
>
>As for compilation, you'll do best if you use Makefiles to build your
>code.  Write a rule for generating .java files from .sqlj files and
>then use it with your usual rule for building .class files.
>
>Paul: if you want to add more support for SQLJ you'd need to provide
>customization hooks for sqlj and possibly for sqljc (which generates
>the .java code and then compiles it: two phases from a single command).
>You'd also need to change the command associated with the Compile
>menu/keystroke for files that end in .sqlj.
>

This sounds easily done. I'll put it on my list of things to do.

Thanks,

Paul

Reply via email to