I have attached some examples to illustrate the new
ServletInvokerPortlet usage with navigation. You might find them useful
once you have the patch done.

These servlets work fine outside the portal, i.e. /jetspeed/servlet1. 

Thanks for your support, David.

Ozgur

-----Original Message-----
From: David Sean Taylor [mailto:[EMAIL PROTECTED]] 
Sent: Saturday, February 02, 2002 2:58 PM
To: Jetspeed Users List
Subject: Re: new ServletInvokerPortlet

> Maybe this would be a compromise right now. I think this is better
than
> the old ServletInvokerPortlet.

yes, ok. Lets see if anyone else wants to comment.
If no one objects then I'll merge the patch

Could you provide me an example using velocity or jsp (instead of
out.println)?
I will include it in the tutorial

Thanks,

David



--
To unsubscribe, e-mail:
<mailto:[EMAIL PROTECTED]>
For additional commands, e-mail:
<mailto:[EMAIL PROTECTED]>

Attachment: Servlet3.java
Description: Binary data

Attachment: Servlet2.java
Description: Binary data

Attachment: Servlet1.java
Description: Binary data


<!-- add this to your jetspeed/WEB-INF/web.xml file 
	for servlet demos.
  -->

    <servlet>
	<servlet-name>
		servlet1
	</servlet-name>
	<servlet-class>
		Servlet1
	</servlet-class>
    </servlet>

    <servlet>
	<servlet-name>
		servlet2
	</servlet-name>
	<servlet-class>
		Servlet2
	</servlet-class>
    </servlet>

    <servlet>
	<servlet-name>
		servlet3
	</servlet-name>
	<servlet-class>
		Servlet3
	</servlet-class>
    </servlet>

    <servlet-mapping>
	<servlet-name>
		servlet1
	</servlet-name>
	<url-pattern>
		/servlet1
	</url-pattern>
    </servlet-mapping>
    
    <servlet-mapping>
	<servlet-name>
		servlet2
	</servlet-name>
	<url-pattern>
		/servlet2
	</url-pattern>
    </servlet-mapping>
    
    <servlet-mapping>
	<servlet-name>
		servlet3
	</servlet-name>
	<url-pattern>
		/servlet3
	</url-pattern>
    </servlet-mapping>

Attachment: demo-servlets.xreg
Description: Binary data

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to