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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 8, 20262026-06-08T23:23:43+00:00 2026-06-08T23:23:43+00:00

When I am creating JDBC application, what I normally do is, hard coding the

  • 0

When I am creating JDBC application, what I normally do is, hard coding the “sql statements” to the java program. For an example

ResultSet rs = st.execute("select * from Users")

But, I have heard that this approach is not good software engineering concept. Some say all these sql statements should stay on database as “stored procedures” and JDBC should access them. From these two approaches, which can be categorized as a good software engineering concept? 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-08T23:23:45+00:00Added an answer on June 8, 2026 at 11:23 pm

    You won’t find concensus on this, I predict.

    Stored procs are useful for encapsulating complex database logic and queries whilst avoiding transferring the data out of the database in order to sort/filter/query etc.

    The downside is that you often find business logic creeping into stored procedures whereas it should likely remain in the application itself.

    So there’s often a tug-of-war between developers/dbas etc as to where this logic should reside and how to use stored procs. I would suggest being pragmatic. Localise your SQL queries so that when you change the SQL (table-names etc.) you don’t have to change stuff across your entire codebase. Make use of stored procs for performance and when you’re doing stuff that is complex in code, but trivial for the database.

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

Sidebar

Related Questions

I am creating a simple application in JSP- JDBC for inserting and updating details
I'm creating a stand-alone Sava application with Spring, to handle the JDBC access. The
I'm currently writing a jdbc client-server socket application in java. I've been having a
I am creating an application in grails that should read from one database and
I'm having problems with creating mySQL table within Java program. I constantly get Can't
I am creating a java application that connects to multiple databases. A user will
This is my first Java application I am creating (using Eclipse IDE) and the
Afer upgrading a grails application from 1.3.7 to 2.0, a java NullPointerException is being
I am creating a JDBC application, which the user interface consists of 2 tabs.
I'm writing a Java application that uses SQLite via JDBC for persistence. What I

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.