DevX Home    Today's Headlines   Articles Archive   Tip Bank   Forums   

+ Reply to Thread
Results 1 to 3 of 3
  1. #1
    kalak Guest

    JSP and JAVASCRIPT


    Is it true that JSP does not support JavaScript?

  2. #2
    John Timney (MVP) Guest

    Re: JSP and JAVASCRIPT

    why should it - it supports java.

    Typically javascript is used at the client side, jsp can output javascript
    to browsers for the client to use. If you want to use javascript in jsp,
    write a bean that makes use of the netscape.javascript package and use the
    functionality that it provides.

    --
    Regards

    John Timney
    Microsoft MVP
    (http://support.microsoft.com/support/mvp/program.asp)
    Co-Author Professional JSP
    ISBN: 1-861003-62-5



    kalak <lolo612@whatmail.com> wrote in message
    news:39b09193$1@news.devx.com...
    >
    > Is it true that JSP does not support JavaScript?




  3. #3
    Fernando Ribeiro Guest

    Re: JSP and JAVASCRIPT


    There are application servers that even allow you to use JavaScript to write
    JSP files. Take a look at Caucho Resin (www.caucho.com) if you want to take
    the most from your know-how on that language.

    fribeiro

    "John Timney (MVP)" <xyztimneyj@btinternet.com> wrote:
    >why should it - it supports java.
    >
    >Typically javascript is used at the client side, jsp can output javascript
    >to browsers for the client to use. If you want to use javascript in jsp,
    >write a bean that makes use of the netscape.javascript package and use the
    >functionality that it provides.
    >
    >--
    >Regards
    >
    >John Timney
    >Microsoft MVP
    >(http://support.microsoft.com/support/mvp/program.asp)
    >Co-Author Professional JSP
    >ISBN: 1-861003-62-5
    >
    >
    >
    >kalak <lolo612@whatmail.com> wrote in message
    >news:39b09193$1@news.devx.com...
    >>
    >> Is it true that JSP does not support JavaScript?

    >
    >



Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
HTML5 Development Center
 
 
FAQ
Latest Articles
Java
.NET
XML
Database
Enterprise
Questions? Contact us.
C++
Web Development
Wireless
Latest Tips
Open Source


Top DevX Stories

Easy Web Services with SQL Server 2005 HTTP Endpoints
JavaOne 2005: Java Platform Roadmap Focuses on Ease of Development, Sun Focuses on the "Free" in F.O.S.S.
Wed Yourself to UML with the Power of Associations
Microsoft to Add AJAX Capabilities to ASP.NET
IBM's Cloudscape Versus MySQL


Sponsored Links