-----¿øº» ¸Þ½ÃÁö-----
º¸³½ »ç¶÷: ¹Úõ¼ö <[EMAIL PROTECTED]>
¹Þ´Â »ç¶÷: Minsoo Kang <[EMAIL PROTECTED]>; [EMAIL PROTECTED] 
<[EMAIL PROTECTED]>
³¯Â¥: 1999³â 9¿ù 17ÀÏ ±Ý¿äÀÏ ¿ÀÈÄ 7:12
Á¦¸ñ: Re: using library..


using the script tag...

ex> jsp 0.92 case

<script runat=server>

your classes & functions & variables as public  .....

</script>

and use it. if you want to other location of func lib, use to page import.

I hope for your question to help.


-----¿øº» ¸Þ½ÃÁö-----
º¸³½ »ç¶÷: Minsoo Kang <[EMAIL PROTECTED]>
¹Þ´Â »ç¶÷: [EMAIL PROTECTED] <[EMAIL PROTECTED]>
³¯Â¥: 1999³â 9¿ù 17ÀÏ ±Ý¿äÀÏ ¿ÀÈÄ 6:58
Á¦¸ñ: using library..


>does everybody using beans for own library ?
>i'm planning to use old patterns like
>
>myjsp extends engine_default_jsp_page
>{
>    mymethod()
>    {
>        ..
>    }
>}
>
>and in jsp pages
><%@ page extends="myjsp" %>
>
><% just calls mymethod() %>
>
>or
>
>just make
>
>java classes like mylib.class
>
>and in jsp pages
><%@ import="mylib" %>
><% calls mylib.mymethod() %>
>
>which one is better ? learning beans is better ? how's ur opinion ?
>
>from mskang.
>
>===========================================================================
>To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
>FAQs on JSP can be found at:
> http://java.sun.com/products/jsp/faq.html
> http://www.esperanto.org.nz/jsp/jspfaq.html

===========================================================================
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
FAQs on JSP can be found at:
 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.html

Reply via email to