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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 4, 20262026-06-04T10:40:14+00:00 2026-06-04T10:40:14+00:00

I have a jsp file which contain javascript functions at top of file. These

  • 0

I have a jsp file which contain javascript functions at top of file. These functions

1. send/receive data to a server 
2. Interact with the jsp file to implement drag & drop

This has always seemed off putting to me, as its mixing two/three languages – jsp & javascript/jquery on one page. Is there a design pattern to better implement this functionality or just a best practice ?

  • 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-04T10:40:15+00:00Added an answer on June 4, 2026 at 10:40 am

    JSP is server-side and javascript is client side.
    Javascript does everything that you want to happen on the browser (client-side).
    JSP is server-side so computation is done on the server. This can be things like database calls, xml parsing or other calculations

    If you want to send and receive data from a server then you would use AJAX.
    There isn’t a particular design pattern you should use with these 2 languages. A better understanding of client-server interaction is what you need.
    In short – The browser sends a request to the server. The server performs some sort of computation and prepares a response to send back to the client. The client receives this response and does what ever it needs to do with it

    I am not sure what you are using drag and drop for but I’ll give a really simple example for you to understand client-server interaction.

    Send a request to JSP to get drag speed.
    JSP accesses some properties that contain the drag speed data.
    JSP sends this back to the client as a JSON response.
    The Javascript parses the JSON response and sets the speed value.

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

Sidebar

Related Questions

I have a jsp file in which I have a form. It shows data
I have created a child.jsp file which has a button named Continue. I have
I have these in a jsp file. But these values are not updated in
I have a JSP file which creates an Excel document. I want to dynamically
I have a form in a jsp file, which I have used to get
I have following piece of code in my jsp file which getSession information: <jsp:useBean
I have a JSP file Signup.jsp which submits to UserDetails servlet which inserts the
I get the strangest thing going on... I have a JSP file which read
I have a config.properties file which my JSP page uses to get configurations from.
I have a JSP file which I am deploying within a Java Project with

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.