All
All
Projects
Snippets
Go
Explore
Home
About
Get Involved
IP
Legal
Interact With Us
Blog
Webinars
Discord
Twitter
YouTube
Facebook
OpenNTF GitHub
OpenNTF Connections GitHub
IBM Connections Downloads
DominoHelp (external)
Explore
Home
About
Get Involved
IP
Legal
Interact With Us
Blog
Webinars
Resources
Discord
Twitter
YouTube
Facebook
OpenNTF GitHub
OpenNTF Connections GitHub
IBM Connections Downloads
DominoHelp (external)
Resources
Discord
Twitter
YouTube
Facebook
OpenNTF GitHub
OpenNTF Connections GitHub
IBM Connections Downloads
DominoHelp (external)
Projects
Snippets
Collaboration Today
Sign In
Username
Password
Forgotten your login credentials?
Login
Register
All
All
Projects
Snippets
Go
How to find out what's really going on in your XPages Applications
Posted by
Niklas Heidloff
on
June 9, 2011
There are several ways to find out what's going on in your XPages applications. Some tools like
Firebug
are well known, but other tools and features might be a little hidden.
XPages Toolbox
The
XPages Toolbox
provides several features to monitor XPages applications. There is a CPU profiler (see screenshot), a backend profiler, run time monitoring, a memory inspector and logging functionality.
Medusa
Medusa
is a Firebug extension. It displays the server side DOM (see screenshot) and you can type in code in a command line that is executed on the server.
Update: As commented by Nathan below the current version is not compatible with 8.5.2.
XPages API Inspector
The
XPages API Inspector
helps to find out what Java classes are used on server side for the UI elements and displays their methods and fields.
Debug Java Code
The big advantage of writing server side code with Java (instead of server side JavaScript) is that you can easily debug it. This
video
describes how to debug Java code in a NSF.
Logging
You can use
OpenLog
to print debug and error messages if you use some extra code from
TaskJam
.
Mark Leusink
describes how.
Please enable JavaScript to view the
comments powered by Disqus.
comments powered by
Disqus