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

  • SEARCH
  • Home
  • 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 283751
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 12, 20262026-05-12T05:24:00+00:00 2026-05-12T05:24:00+00:00

For the last couple of years I’ve had my head in Python, where there

  • 0

For the last couple of years I’ve had my head in Python, where there are numerous choices for simple, minimal frameworks that allow me to stand up a website or service easily (eg. web.py). I’m looking for something similar in Java.

What is the simplest, least-moving-parts way of standing up simple services using Java these days? I’m looking for something as simple as:

  • the ability to receive HTTP requests
  • the ability to dispatch those requests to handlers (preferably a regular expression based url to handler mapping facility)
  • the ability to set HTTP headers and generally fully control the request/response

Bonus points if the framework plays well with Jython.

[Update] Thanks for the responses, some of these look quite interesting. I’m not seeing the url dispatch capability in these, however. I’m looking for something similar to Django’s url.py system, which looks like:

urlpatterns = patterns('',
    (r'^articles/2003/$', 'news.views.special_case_2003'),
    (r'^articles/(\d{4})/$', 'news.views.year_archive'),
    (r'^articles/(\d{4})/(\d{2})/$', 'news.views.month_archive'),
    (r'^articles/(\d{4})/(\d{2})/(\d+)/$', 'news.views.article_detail'),
)

Where you specify a url regular expression along with the handler that handles it.

  • 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-05-12T05:24:00+00:00Added an answer on May 12, 2026 at 5:24 am

    I liked to worth the Simple HTTP Server from the Simple Framework. It offers a nice Tutorial about how to start as well.

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

Sidebar

Related Questions

Over the last couple of years I've seen sites that drop the wwww from
I've been doing PHP/MySQL websites with shared hosting providers for the last couple years.
I've been writing Java for the last couple of years , and now I've
My last couple of projects have involved websites that sell a product/service and require
It's been a couple of years since I've done any Java work, my last
I am writing code in embedded linux since last couple of years, I use
Years back I built a simple mail form that has been working like a
I've had been hearing about test driven development for a couple years now, and
For the last couple of years I have worked with Silverlight (from version 2
For the last couple of years, I've been developing a web application based on

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.