WFF

wffweb - Java framework to develop web applications

View sample projects on GitHub
Use latest version of wffweb to get better stability, performance and thread-safety.

You can perform specific browser page actions provided by BrowserPageAction enum.

Eg :- To refresh browser, call BrowserPage#performBrowserPageAction as follows

browserPage.performBrowserPageAction(BrowserPageAction.RELOAD.getActionByteBuffer());

It's also possible to execute custom JavaScript code by this method, eg:- browserPage.performBrowserPageAction( BrowserPageAction.getActionByteBufferForExecuteJS("alert('executed script');"));

Next >>

Subscribe on youtube for technical videos