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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 10, 20262026-06-10T05:35:15+00:00 2026-06-10T05:35:15+00:00

we have to develop a local server which will load itself with the real-time

  • 0

we have to develop a local server which will load itself with the real-time data of a industry (particularly time stamped data points like the temperature of a boiler,pressure values etc) which are stored in industrial server and we want to fetch them and populate our server with it, the data is not streamed at server end so how to fetch it continuously and populate the server…

we would like to store only past 2-3 days of history data as time advances, any recommendations about the server and the back end process to be used to fetch data are welcome, we don’t have any idea were to start..
please help…

  • 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-10T05:35:16+00:00Added an answer on June 10, 2026 at 5:35 am

    As others have stated,
    You need to provide more information on how do you intend to populate your server.
    What API do you have for the “real time server”?
    I worked on a management system for solar engery devices
    (i.e – devices that produce electricity from solar energy – they are called photo-volatic cells if I remember correctly).
    In my case these devices had an FTP access , which provided me files with time-based information.
    I constructed a java server that used the following technologies:

    A. Apache tomcat web container – This web container allowed me on one hand to hold java logic, and on the other hand to expose HTTP-based interface to the customer.
    The Java logic was located in a Servlet– which exposes methods to handle HTTP requests (and allows writing returned data using response objects).

    B. The servlet has an init method, I used it to perform some initialization, such as starting a quartz periodic task to probe the ftp servers of the devices.

    C. I used a database (postgresql database, which is an open source database) to store configuration for the application, and also to store results.
    D. I used another periodic task to archive old data in an archiving table, so the main data table will hold relatively new data.

    I ran the archiving task once in a few days, and it simple checked for record that were “too” old, inserted them to the archiving table, and deleted them from the main data table. In order to peform this efficiently I have have decided to use a function that I coded on the database.
    E. In order to access the database from the application, I used the Hibernate object relational mapping technology.

    This technology allowed me to define mappings between tables and their relations to java objects, and gave me generated create,read (by-id), delete and updated SQL statements.
    Using the HQL query language, I wrote some more complex queries.

    F. For presentation/client side – I used plain JSP.

    You may choose other alternatives such as :
    GWT, Apache Wicket, JSF

    You may consider using some MVC framework to have some seperation between the logic and the presentation. Such frameworks can be:
    Spring-MVC , Struts, and many others.

    To conclude, you must understand that Java offers you a variety of technologies, you must define requirements well, and then start investigating which technology can meet your needs.

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

Sidebar

Related Questions

I would like to develop an Android application which will have a local database.
This is a weird one. I have a local server on which I develop
I have to develop an Intensity Meter, which will basically display the average intensity
I need to develop a CRM system which will allow users to have a
I'm developing a website. I have a remote and local copy, and I develop
I have to develop a application (Winforms-application) which is connected to a database within
Suppose I have a server that runs on Linux on which I would like
Does the Notepad++ have Local and FTP synchronizer by any plugin?? because I develop
If you want to develop against WordPress (i.e., have a local instance running on
I develop websites on my local webserver, the develop server. Whenever development is finished

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.