in reply to Re: PerlWizard - A free wizard for automatic Perl software code generation using simple forms
in thread PerlWizard - A free wizard for automatic Perl software code generation using simple forms

Evidently your version of Java is not supporting JTextAreaWriter. Try a later version.

The reason for using Java is because the NetBeans development environment is far better for building GUIs than anything else I have ever seen since the last time I used C++ Builder. The Java freemarker template engine is extremely capable and fairly easy to use.

Being multilingual is not an issue, it is something to strive for. One should be able to use the best language for the task, and in this case Java was it. Moreover, why would you care what the underlying language is? In the final analysis, it is the actual result that counts.

I wrote a pure Perl version of PerlWizard many years ago for myself and it saved me tremendous amounts of time. But it was difficult to enhance. The Freemarker template engine made it far easier. The OneJar solution made it very easy to package and distribute everything in one file.

So give it a try with a newer version of Java and please let us know how it worked for you. In any case, thanks for trying it at least once.
  • Comment on Re^2: PerlWizard - A free wizard for automatic Perl software code generation using simple forms

Replies are listed 'Best First'.
Re^3: PerlWizard - A free wizard for automatic Perl software code generation using simple forms (motivation)
by tye (Sage) on Sep 05, 2014 at 00:26 UTC

    Thanks for explaining much of the motivation for some of your implementation choices. Those details actually help a lot in just understanding the tool. (They would have been good things to including in your original announcement.) They certainly make the tool much more interesting to me.

    - tye