1
vote
2answers
59 views
How can I listen to Windows events from a Java app?
I have a process written in C++ that raises a named event using CreateEvent.
Is there a java implementation of the WaitForSingleObject function?
Is there a better way to pass events between …
2
votes
1answer
60 views
Really quick and dirty solution for embedding webkit in a Swing UI?
Hi,
I am looking for a really quick and dirty solution for embedding webkit in a Swing application.
What I am looking for is a way to implement a panel that contains a webkit browser runnin …
0
votes
What is the best Ajax framework for JSF
Dojo seems like the right choice for the task
look at http://dojotoolkit.org/
and a nice article about it from Sun:
…
