Create a channel with jsp display ( more )
Create a channel with jsp display
Created a channel, Publish a New Cannel --- > Custom ---- > Channel Class: here I should put my class file, this is a good and simple way to let the channel show the information from the java code.
But if I have a jsp file instead of java file, I do need to let Cannel invoke jsp, how should I do?
Thanks!

URL
You can specify the URL parameter of that channel to your jsp page
Hope it helps