Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7981295
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 4, 20262026-06-04T10:19:32+00:00 2026-06-04T10:19:32+00:00

Are there any good tools or techniques to profile Wicket applications? What I’m looking

  • 0

Are there any good tools or techniques to profile Wicket applications? What I’m looking for is something that would give me a breakdown of what’s happening inside Wicket while processing a request.

It doesn’t have to be as fancy as Spring insight.

I’m new to Wicket and all the anonymous inner classes spread around everywhere makes it very hard to see when things are happening.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-04T10:19:34+00:00Added an answer on June 4, 2026 at 10:19 am

    At least for Wicket 1.4 one can take a look at the internal method org.apache.wicket.RequestCycle.steps(). Basically, this is the place where a request that has been identified as a request to the Wicket application is walked through the relevant steps of the Wicket request processing cycle. In the beginning of the class RequestCycle, the main steps are represented each by an int constant. The higher the int value, the later the step comes within the cycle. The method RequestCycle.step() that gets called from RequestCycle.steps() has a switch statement to delegate the different steps to the responsible framework methods which delegate further down.

    The steps, or phases if you like, in the request cycle are in order:

    • NOT_STARTED – initial value
    • PREPARE_REQUEST – preparation for further processing, calls onBeginRequest
    • RESOLVE_TARGET – determine the relevant request target
    • PROCESS_EVENTS – process events, set current step to RESPOND and respond as well
    • RESPOND – only respond, used in case of redirects
    • DETACH_REQUEST – trigger the detach hooks by delegation
    • DONE – becomes the current value after DETACH_REQUEST

    What is actually happening inside the steps is determined by the implementations of various interfaces, most notably IRequestCycleProcessor and IRequestTarget.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Are there any good, free tools to profile memory usage in C# ? Details:
Are there any good tools to make css sprites? IDEALLY I'd want to give
Are there any pen-testing agencies that tests nodejs applications? And are there any good
Are there any good reasons for why you would include JavaScript like this: <script
Are there any good tools to generate UML class diagrams using the source code
Are there any good tools to generate a simple C# class from xml. I
Are there any good code measuring tools available? I found code measure pretty useful
Are there any good(and free) tools for either analyzing static source or running programs
Are there any good tools for comparing two folder structures (files included) between two
Are there any good language-agnostic distributed make systems for linux that are secure and

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.