1 Replies - 163 Views - Last Post: 25 January 2012 - 08:07 AM

Topic Sponsor:

#1 oQMr FoxQo  Icon User is offline

  • D.I.C Head

Reputation: 15
  • View blog
  • Posts: 105
  • Joined: 16-August 09

Need Web Development Advice

Posted 25 January 2012 - 07:53 AM

Hello Everybody
I am Working on a Project using those technologies , JSP, Javascript, Servlet, DerbyDB, JSTL, JAVA and some others features i would like to create a page that has a dynamic client side access with insert, Select As example in Facebook when you have an update in Status , your status is automatically updated without refreshing the page, News also Appears without refreshing , Would be grateful with some Examples.
Thanks in advance ! :)

Is This A Good Question/Topic? 0
  • +

Replies To: Need Web Development Advice

#2 Atli  Icon User is offline

  • D.I.C Lover
  • member icon

Reputation: 1758
  • View blog
  • Posts: 2,693
  • Joined: 08-June 10

Re: Need Web Development Advice

Posted 25 January 2012 - 08:07 AM

What you need is AJAX. It allows you to request data from the server without having to reload the page. It doesn't really matter what technologies you are using server-side, this part is always the same. - See this tutorial for an example of how this is used. It uses PHP, but like I say, the AJAX code is the same regardless.

You could also use a Javascript library like jQuery to simplify the AJAX request code, but I would recommend not doing that until you know how to do it without jQuery. (It won't always be available.)
Was This Post Helpful? 4
  • +
  • -

Page 1 of 1