-----���� �޽���-----
���� ���: ��õ�� <[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