Open source implementation of UIML specification for J2SE and J2ME
Categories
User Interface (UI)License
Open Software License 3.0 (OSL3.0)Follow jUIML
Other Useful Business Software
Gen AI apps are built with MongoDB Atlas
MongoDB Atlas is the developer-friendly database used to build, scale, and run gen AI and LLM-powered apps—without needing a separate vector database. Atlas offers built-in vector search, global availability across 115+ regions, and flexible document modeling. Start building AI apps faster, all in one place.
Rate This Project
Login To Rate This Project
User Reviews
-
Great software, thank you.
-
Project seems not to be finished. I try to compile and run the example : Unzip jdom-2.0.4.zip in juiml directory Compil : cd juiml mkdir classes CP=src:lib/jdom.jar I updated path in Vocabulary.java line 38 and in MainClass.java lin 30 javac -d classes -classpath ${CP} src/com/juiml/*.java Note: Some input files use unchecked or unsafe operations. Note: Recompile with -Xlint:unchecked for details. javac -Xlint:unchecked -d classes -classpath ${CP} src/com/juiml/*.java Execution : java -cp classes:lib/jdom.jar com.juiml.MainClass Exception in thread "main" java.lang.NullPointerException at com.juiml.renderer.RenderingEngine.RenderUIML(RenderingEngine.java:60) at com.juiml.MainClass.main(MainClass.java:39) Change TM : // TM : 20/1/2013 : runtime exception objs can be null : add objs!=null && for (int j=0 ; objs!=null && j<objs.length ; j++) { } OK : test starts, but no component in window frame. Th for loop above is empty. Project was not finished in 2009.