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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 28, 20262026-05-28T13:38:38+00:00 2026-05-28T13:38:38+00:00

from reading some links on SO, came across ‘playframework’ to build java web app.

  • 0

from reading some links on SO, came across ‘playframework’ to build java web app. I am not sure if my choice is right for what my test project.

Am familiar to do this in .net but trying to learn java along the way

the default page shows the following text fields with a submit button

enter fname

enter lname

enter dob

enter zipcode

the above fields and their text should be driven by a config file or from db. would like to do it using a config file so users can add new fields to enter.

the data is collected and placed in text file, mysql on my machine is not loading correctly.

i would be much obliged for any guidance.

  • 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-28T13:38:39+00:00Added an answer on May 28, 2026 at 1:38 pm

    I would suggest looking at the Yabe tutorial to learn how to write an application that uses a database. The tutorial is pretty clear and is part of the project, so it is written by experts on Play! You can find information on the models and JPA on the play documentation site as well.

    On a bit of a side note, I have worked on several projects that used dynamically generated fields stored in databases. This led to pretty miserable performance, since you need to create a table that is something like

    create textfields ( entity int, label varchar(100), value varchar(255)
    );

    where entity is the thing being described by the textfields (e.g. a user), label is something like ‘zip code’ and value is something like 12345 (Albany, NY). You are now returning multiple rows per entity. You have to make value large enough for any anticipated field. Searching by zip code is quite inefficient, especially if you scale up to millions of users.

    Play has excellent support for NoSQL databases. Once you are comfortable with the play framework, you can look into some of these other databases. If you are wanting to write a production system at web scale with the ability to alter the fields for each entity, a schema less database is probably a better choice than a relational database.

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

Sidebar

Related Questions

I'm reading in a plist from a web server, generated with some php. When
While reading some documentation here , I came across this: unsigned unitFlags = NSYearCalendarUnit
I was doing some reading on REST this morning and I came across the
Reading some posts from Jimmy Boggard and wondering - how exactly is it possible
I believe (from some research reading) that counting down in for-loops is actually more
I'm having some trouble reading data from a file into a vector of Orders.
I am reading XOR linked list (from Wikipedia).But I am having some problems in
Been reading up on MitB attacks and some things worry me about this. From
From reading the Apple Docs on Core Data, I've learned that you should not
I'm pretty sure I remember reading --but cannot find back the links anymore-- about

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.