开发者

debugging richfaces/jsf project

can anyone please tell me method to debug richfaces or jsf projec开发者_如何学Got? thanks in advance.


  • add Tomcat (or whatever container you are using) in your Servets in eclipse (or whatever IDE you are using)
  • start the server in debug mode and deploy the application
  • put a breakpoint in your controller methods.


Debugging jsf projects involves server side and client side debugging.

For server side debugging I go along with Bozho's answer.

For the client side I recommend Chrome's developer tools (integrated) or the Firebug add-on for Firefox.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜