creating files from javascript interface | jeckels | 2013-08-21 13:31 |
Status: Closed | ||
Hi Bront, Since you need to have Java code running in the server, you won't be able to do it solely as a file-based or simple module. However, we've done a lot of work to make it so that modules can mix and match Java and non-Java resources. So, you'll need to include Java code and use an Ant build.xml file to get it compiled, but you can still use .html, .sql, .query.xml, and other file-based resources within the same module. I hope that helps. Thanks, Josh |
||