LiveConnect from what i heard only works with applets. Here's an idea. Use the event handlers on the JSP page as observers (onChange etc..) to notify you when a client value changes. Use the applet as the observer when a server value changes. -Tim
-----Original Message----- From: David Cate [mailto:[EMAIL PROTECTED]] Sent: Monday, January 14, 2002 4:04 PM To: [EMAIL PROTECTED] Subject: Re: Question from newbie concerning Observable Sure! I'm using LiveConnect. Basically, I have a page that is set as HTML spans each with an ID. I can use .innerHTML calls to change those value on the fly. Since I know what piece needs changing, I can change them when I need to. I'm just looking for a way to make a JSP implemt observable. -----Original Message----- From: Chen, Gin [mailto:[EMAIL PROTECTED]] Sent: Monday, January 14, 2002 4:03 PM To: [EMAIL PROTECTED] Subject: Re: Question from newbie concerning Observable Now you have me curious. What do you mean by "java to javascript call"? You cant bring a serverside value into a jsp page without a refresh as far as I know. If someone knows how to do this.. I'll be very happy to know (as would my clients who complain about performance when they want half the database info to come back to them). :P -Tim -----Original Message----- From: David Cate [mailto:[EMAIL PROTECTED]] Sent: Monday, January 14, 2002 2:54 PM To: [EMAIL PROTECTED] Subject: Question from newbie concerning Observable I have never tried or messed with JSP's that much. most of mine have always used the EJB/JSP with request/response brokerage. However, one of my new projects would be really cool if i could figure one tiny detail out. I have a Model view that will perform certain actions and I want the JSP's that display the information to show the changes without doing a refresh. I was hoping to perform an observerable sequence that allowed each JSP to "share" the same data set and on change do a notifyAll and just rewrite the changed information. I have the Java to Javascript call to modify the information. In fact I have most of it worked out except for the main key: How do I get a JSP to implement observable so I can register it? =========================================================================== To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST". For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST DIGEST". Some relevant FAQs on JSP/Servlets can be found at: http://archives.java.sun.com/jsp-interest.html http://java.sun.com/products/jsp/faq.html http://www.esperanto.org.nz/jsp/jspfaq.jsp http://www.jguru.com/faq/index.jsp http://www.jspinsider.com =========================================================================== To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST". For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST DIGEST". Some relevant FAQs on JSP/Servlets can be found at: http://archives.java.sun.com/jsp-interest.html http://java.sun.com/products/jsp/faq.html http://www.esperanto.org.nz/jsp/jspfaq.jsp http://www.jguru.com/faq/index.jsp http://www.jspinsider.com =========================================================================== To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST". For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST DIGEST". Some relevant FAQs on JSP/Servlets can be found at: http://archives.java.sun.com/jsp-interest.html http://java.sun.com/products/jsp/faq.html http://www.esperanto.org.nz/jsp/jspfaq.jsp http://www.jguru.com/faq/index.jsp http://www.jspinsider.com =========================================================================== To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST". For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST DIGEST". Some relevant FAQs on JSP/Servlets can be found at: http://archives.java.sun.com/jsp-interest.html http://java.sun.com/products/jsp/faq.html http://www.esperanto.org.nz/jsp/jspfaq.jsp http://www.jguru.com/faq/index.jsp http://www.jspinsider.com
