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 879045
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 15, 20262026-05-15T11:51:54+00:00 2026-05-15T11:51:54+00:00

I got a backend web service containing massive amounts of data that I have

  • 0

I got a backend web service containing massive amounts of data that I have control over and I need to fetch data from it through a browser frontend. The frontends task is to simply display the data in a paged table but the user should be able to dynamically constrain the data based on the fields and I can’t load the entire matching data set in one load.

What I’m looking for is some standard language to use to define the constraints that preferably should already have a mature implementation for either ruby or java and even javascript.

  • 1 1 Answer
  • 2 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-15T11:51:55+00:00Added an answer on May 15, 2026 at 11:51 am

    RESTful services use standard HTTP requests. You can use any number of query parameters to filter your results. For example, to fetch all products (in XML) with a price greater than 50 you’d send a GET request to the following URL:

    http://my.web.service.com/v1/products.xml?price_gt=50
    

    Since you have full control over the web service, it is you who has to decide what kind of filtering should be available, and via which parameters. You could, for example, also add an offset and limit parameter to fetch a specific amount of records.

    For a browser-based client, you’d need an HTML representation of your resources/records. Most web applications have a filtering form with the available filtering parameters. In my previous example, I could add a simple text field for full-text search in the products’ title/description and a couple of text fields or select menus to allow the user to fetch products within their preferred price range.

    The way I see it, there is no standard way to define a filtering language and web interface, as it all depends on what data and filtering capabilities you want to provide to your users. It also depends on the language the web service is written in and whether you need a simple HTML UI or an AJAX-driven UI on the client side.

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

Sidebar

Related Questions

I've got a backend to be implemented in Python that should stream data to
I've got a web interface from which I will gather user data (username,pass,email,etc..) and
I have web application running with a default impl of a backend service. One
I've got an app that issues multiple async calls to a backend; each async
We've got a Spring based web application that makes use of Hibernate to load/store
Imagine you're writing a web app that will have 1 million users (they all
I've got C++ backend application that interacts with webpage using fastcgi. Webpage uses jQuery
I have Python code split into a web frontend and consumer backend. The backend
We've got a web system running SQL Server 2005 for the back end, and
I've currently got TinyMCE incorporated into the backend editor of a simple blogging/page-editing app,

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.