• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Tim Cooke
  • Liutauras Vilda
  • Jeanne Boyarsky
  • paul wheaton
Sheriffs:
  • Ron McLeod
  • Devaka Cooray
  • Henry Wong
Saloon Keepers:
  • Tim Holloway
  • Stephan van Hulst
  • Carey Brown
  • Tim Moores
  • Mikalai Zaikin
Bartenders:
  • Frits Walraven

jQuery and Java Web Applications

 
Ranch Hand
Posts: 79
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
hi ranches,
I am developing a java web application. When i came to know about jQuery i was much impressed by its UI.
I go through some sites about how to integrate jQuery in java applications. But i don't get any idea on how to do it.
can any know how to use jQuery in java applications? if possible please give me few examples about that.
thank you.
 
Bartender
Posts: 11497
19
Android Google Web Toolkit Mac Eclipse IDE Ubuntu Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Your question has nothing to do with Swing.
CarefullyChooseOneForum

Moving to a more appropriate forum.
 
Ranch Hand
Posts: 221
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi Ambika,
I think you posted your question in wrong Place..
Since it is Javascript Library and a client side technology,better move the question to HTML-JAVASCRIPT.

  • The first step required is to download-jQuery
  • next step is to start-jQuery



  •  
    Sheriff
    Posts: 67752
    173
    Mac Mac OS X IntelliJ IDE jQuery TypeScript Java iOS
    • Mark post as helpful
    • send pies
      Number of slices to send:
      Optional 'thank-you' note:
    • Quote
    • Report post to moderator
    Posting your question in the wrong place is a good way to make sure that it never gets answered. Please take more care in the future.

    Ambika Nagalakshmi wrote:can any know how to use jQuery in java applications?



    Because jQuery operates on the client and Java on the server, they don't really have much to do with each other. So you just use jQuery on the pages, just use it like you would in any other HTML pages.

    The only possible "trick" you need to be aware of is when using frameworks that make you use lots of custom tags in the JSPs rather than pure HTML (I avoid such frameworks as much as I can). You need to be aware of what HTML is generated by these tags because that's what gets sent to the browser, and that's what JavaScript (and jQuery) will "see".
     
    Bras cause cancer. And tiny ads:
    Gift giving made easy with the permaculture playing cards
    https://coderanch.com/t/777758/Gift-giving-easy-permaculture-playing
    reply
      Bookmark Topic Watch Topic
    • New Topic