Hello everyone

today I started to work on the ajax parts of jsf2
for now I am still up to the tasks of setting up the entire
infrastructure.

So far I have found a decent unit test environment which integrates
into maven (Berlios JsUnit) which gives about the same functionality as junit.

The main issue I face is, while the javascript interpreter is up to the task, it simply is Mozillas Rhino engine, the entire environment is not.

The biggest issue is I miss some kind of dom simulation giving me the entire dom infrastructure a browser has. I have started to implement a subset of dom mock objects with their functions, but after rethinking, I dont want to reinvent the wheel here.

Does anyone know of a browser mockup library or something similar
(an environment which allows to run a browser in headless mode?)
To get the dom environment?

Werner

Reply via email to