Logo 
Search:

Java Forum

Ask Question   UnAnswered
Home » Forum » Java       RSS Feeds

portlet

  Asked By: Lucina    Date: Feb 27    Category: Java    Views: 505
  

I want write 2 portlets that one of them work with database and the
other work with web service .please help me to write connection with
them !

Share: 

 

2 Answers Found

 
Answer #1    Answered By: Adal Fischer     Answered On: Feb 27

u should familar with Java Specification
Request(JSR168)...
with this spec. u can write  u'r portlet's...
for connection  to database  also u can use from jdbc or
ORM Tools...

 
Answer #2    Answered By: Devlan Jones     Answered On: Feb 27

you have a portlet  repository, hear
http://labs.jboss.com/portal/index.html?
ctrl:id=page.default.downloads&project=portletswap&category=.portlets

they can be deployed on the jboss portal, you can check the src, i
think they have a webservice portlet thair to.
for database  connection you can use connection  poling that are
provided from the application server.

 
Didn't find what you were looking for? Find more on portlet Or get search suggestion and latest updates.




Tagged: