Hi folks,
I have created a Java Swing sample that uses OWB for injection. Sample shows a
very simple usage of OWB in Java SE Swing application.
Source of the module is under "trunk/samples/standalone-sample".
Firstly you run mvn:install from the "trunk" to install/update necessary
modules.
Then;
>> cd samples/standalone-sample;
>> mvn clean package;
This creates a jar in "target/standalone-sample.jar"
>>unjar this into any folder
>> java -jar standalone-sample-1.0.0-incubating-SNAPSHOT.jar Boot
It shows simple login screen :)
Thanks;
--Gurkan