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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 31, 20262026-05-31T21:08:22+00:00 2026-05-31T21:08:22+00:00

We are planning to write an application that, in its start phase will be

  • 0

We are planning to write an application that, in its start phase will be accessed by about 100 users a day who will send a total of ~1000 requests to a server.

We decided to choose Java as the server language (most of the programmers` favorite). As we want to have flexible interfaces and the interface designers (Iphone, php, javascript) we do not want to rely on java specific solutions for client display(JSF…)

The server will also run a database with some thousands of entries. User management is also needed. It will mainly be about database requests. Maybe a typical example of a Service Oriented Architecture?

Methods will mainly store, retrieve data from the database.

What I am looking for is a suitable Way/Framework to implement that. Is SOA the right approach? Is it too big for this use case? Is JSON a good means of returning the results to the clients? How to trigger methods on the server via (safe) requests.

I am trying to figure out some options. Experience?

  • 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-31T21:08:23+00:00Added an answer on May 31, 2026 at 9:08 pm

    One option would be Restful webservice and for example use Java EE 6 (jax-rs), pretty simple.

    Simple example from one of the links below:

    // The Java class will be hosted at the URI path "/helloworld"
    @Path("/helloworld")
    public class HelloWorldResource {
    
        // The Java method will process HTTP GET requests
        @GET
        // The Java method will produce content identified by the MIME Media
        // type "text/plain"
        @Produces("text/plain")
        public String getClichedMessage() {
            // Return some cliched textual content
            return "Hello World";
        }
    }
    

    If you would like it to return json instead just change the Produces annotation: @Produces(MediaType.APPLICATION_JSON)
    or let the client decide which it prefers by specifying multiple options: @Produces({"application/xml", "application/json"})

    The Java EE 6 Tutorial chapter about RESTful webservices
    http://docs.oracle.com/javaee/6/tutorial/doc/giepu.html

    Java EE 6 introduction
    http://www.oracle.com/technetwork/articles/javaee/javaee6overview-141808.html

    This stack overflow reply and links seem very useful for beginners too:
    https://stackoverflow.com/questions/3882082/rest-json-web-services-java-ee-framework

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

Sidebar

Related Questions

I'm planning to write a web application (.net probably) that will need to analyze
I am planning to write a Swing-based application (using Netbeans 6.8). It seems that
I'm planning to write an application that would provide results in quick search box.
I'm planning on writing a medium-size WinForms application that I'll write in C#, .NET
I'm planning to write an application for WP7 that help to find the bearing
I am planning to write a medium scale web application. The server side technologies
I want to write an application that assigns Fogbugz cases programmatically, how would I
I am writing an ASP.NET application that will keep track of bandwidth being used
I'm currently in the planning phase for a project of mine. I thought about
I am planning to start an application which converts the speech to text in

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.