Chris Oliver's Weblog
- All
- F3
- JavaFX
- Programming
F3 Deployment
One of the comments to my earlier posts expressed some concern that a lot of demo code seemed to be all in one file.
That's just because they were quick demos.
F3 supports packages and imports as in Java. So you can divide your application into as many separate files as you like.
The F3 interpreter actually loads F3 classes by means of the Java class loader. So to deploy F3 code you simply archive it in JAR files as in Java and then make such archives accessible to the Java class loader.
Our F3 IDE plugins are also closely integrated with the corresponding Java plugins. There is no special F3 "perspective" or F3 project type. In both Netbeans and Eclipse, you simply use normal Java projects, create packages using the existing Java facilities and then create F3 files in those packages. The normal build process will "do the right thing" and archive your F3 code into the output jar file of your project.
Posted at 10:35AM Nov 25, 2006 by Christopher Oliver in F3 | Comments[10]
Posted by herve on November 26, 2006 at 10:19 AM PST #
Posted by Ryan J. McDonough on November 26, 2006 at 05:33 PM PST #
Posted by Wojciech Halicki-Piszko on November 27, 2006 at 04:49 AM PST #
cells: bind foreach (p in peoplemodel.person where p.name.toLowerCase().contains(peoplemodel.phrase.toLowerCase())) [ TableCell { text:bind p.name }, TableCell { text:bind p.phone }, TableCell { text: bind p.email } ]I find an easily reproducible error, but when I use the same "where clause" outside of a Table it works just fine. I have code and instructions on how to reproduce if you are interested.I'm testing the code in your interactive 2D drawing tutorial, btw, so that might be out of date code I'm testing on.
Posted by Andy White on November 27, 2006 at 06:15 AM PST #
thanks
Posted by Kanal Temizleme Araçları on March 06, 2008 at 12:36 AM PST #
thanks
Posted by Kanal Açma Araçları on March 06, 2008 at 12:37 AM PST #
thank u
Posted by Rogar Temizleme on March 06, 2008 at 12:37 AM PST #
thanks
Posted by Foseptik Temizleme on March 06, 2008 at 12:38 AM PST #
thanks
Posted by Vidanjör on March 06, 2008 at 12:39 AM PST #
thanks
Posted by Kanal Temizleme on March 06, 2008 at 12:40 AM PST #