-
If you look at the DatabaseTable class you will see some support, but if you want to do much in the way of database inserts/updates you are probably best off accessing the tables/sql directly. You can access the connections etc...
As an alternative you could use something like hibernate and then use the POJO support in Aria for the UI and binding.
2009-12-11 13:17:06 UTC in Aria Rich Internet Applications
-
I've uploaded a sample unders trunk/samples/features/DatabaseTableTest. Note that this includes a tweaked version of the swing library (as I fixed a minor rendering bug)
You can try cutting out bits to simplify it more.
2009-12-08 14:02:37 UTC in Aria Rich Internet Applications
-
luano committed revision 404 to the Aria Rich Internet Applications SVN repository, changing 54 files.
2009-12-08 13:58:16 UTC in Aria Rich Internet Applications
-
luano committed revision 403 to the Aria Rich Internet Applications SVN repository, changing 1 files.
2009-12-08 13:55:21 UTC in Aria Rich Internet Applications
-
No worries.
Did you get the complete source? For aria and all? There is a dependency on Aria and that may not be in your maven repository yet.
There are also some dependencies (for Aria) where I could not find a repository for the required artefacts and I had to install the maven dependencies manually. See "install maven depandancies.cmd" in the subversion/aria root folder.
The server...
2009-11-30 21:21:44 UTC in Aria Rich Internet Applications
-
Hi,
To build you just need to do
mvn clean install
from the root of the project.
For the server part just open the netbeans project, build and run. Before running setup the database (in the db folder).
see also http://www.formaria.org/demos/metrobank for ducomentation
-Luan.
2009-11-29 19:37:35 UTC in Aria Rich Internet Applications
-
Check the maven pom file... it will list the dependencies and the dependency type... compile-time vs runtime.
The eclipse plugin is needed only by the aria plugin itself - for some database drag and drop stuff. The equivalent is provided out of the box by netbeans.
2009-11-29 19:30:47 UTC in Aria Rich Internet Applications
-
NB keeps complain if it can't find the class for a simple page. See forums https://sourceforge.net/projects/aria/forums/forum/843331/topic/3463586.
2009-11-23 21:00:20 UTC in Aria Rich Internet Applications
-
cool... i'll check it out and if it's a bug, i'll fix it in the next release (nb 6.8)
2009-11-23 20:53:56 UTC in Aria Rich Internet Applications
-
BTW I notice the NetBeans VM options included AriaRuntimeCommon.jar as the library. This naming has been changed and you should now have something more like
aria-core-4.0.0.jar;aria-awt-4.0.0.jar.
2009-11-19 20:44:38 UTC in Aria Rich Internet Applications