This week's book giveaway is in the Agile and other Processes forum.
We're giving away four copies of The Mikado Method and have Ola Ellnestam and Daniel Brolund on-line!
See this thread for details.
The moose likes Portals and Portlets and the fly likes drag and drop feature for portlets Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Java » Portals and Portlets
Reply Bookmark "drag and drop feature for portlets" Watch "drag and drop feature for portlets" New topic
Author

drag and drop feature for portlets

ankur rathi
Ranch Hand

Joined: Oct 11, 2004
Posts: 3829
Does Weblogic Portal Server provide drag and drop feature for portlets after portal is rendered something like http://www.google.com/ig

If not, what's are the ways to achieve that?

Thanks.
Cameron Wallace McKenzie
author and cow tipper
Saloon Keeper

Joined: Aug 26, 2006
Posts: 4967

The drag and drop stuff tends to use alot of JavaScripting.

I know WebSphere 6 came out with alot of support for that stuff, but I'm not sure about WebLogic.

One way to do it, but not rely on any one specific vendors implementation is to use the Google Web Toolkit APIs for dragging and dropping and embed them in a portlet. It's some pretty slick code, and not too difficult to master.

-Cameron McKenzie


Author of Hibernate Made Easy, What is WebSphere???, JSF 2.0 Made Easy and the SCJA Certification Guides
Tibi Kiss
Ranch Hand

Joined: Jun 11, 2009
Posts: 47
WebSphere Process Server introduced something like iGoogle, called Business Space.

Business Space it is like a portal engine but not so powerful. The portlets are named widgets. Also Google widgets can be installed on Business Space.

Anyway, looks like some useful stuffs is getting those who have to play with WebSphere Process Server. There are about 40-60 widgets designed and already implemented for Process Management and Monitoring.
With this addings users of WPS is getting a more usable process szerver environment. At least it helps software designers to use processes in a more natural fashion. Until now I couldn't seen an intelligently customised software solutions with processes. Maybe we get stuck in J2EE a little bit more than should be.

I think it is really worst looking into...
Ankit Gandhi
Greenhorn

Joined: Nov 03, 2006
Posts: 27
This is regarding the problem of drag and drop of portlets.

We have just migrated to WPS 6.0 from WPS 5.1 so with all our old customized themes and skins.

Now we wish to have the feature Drag and drop in our customized(migrated) themes and skins.
So far I have made the changes in Control.jsp of our skins and now portlets can be dragged, but we are unable to find out the way how to make them droppable? We are not getting where to define drop targets whether in themes or skins?

I have also copied UnlayeredContainer-H.jsp and UnlayeredContainer-V.jsp of IBM skin and pasted them inside my skin folder. But of no use

can anyone tell me what is being missed by me?

Thanks.
Vinod Kumar Kashyap
Greenhorn

Joined: Sep 19, 2006
Posts: 11

ankur rathi wrote:Does Weblogic Portal Server provide drag and drop feature for portlets after portal is rendered something like http://www.google.com/ig

If not, what's are the ways to achieve that?

Thanks.


Yes we can achieve it with weblogic. Try the dvt sample provided with the weblogic portals

Thanks,
Vinod
ankur rathi
Ranch Hand

Joined: Oct 11, 2004
Posts: 3829
Vinod Kumar Kashyap wrote:
ankur rathi wrote:Does Weblogic Portal Server provide drag and drop feature for portlets after portal is rendered something like http://www.google.com/ig

If not, what's are the ways to achieve that?

Thanks.


Yes we can achieve it with weblogic. Try the dvt sample provided with the weblogic portals

Thanks,
Vinod


Vinod, The DVT is not supported in production environment.
ankur rathi
Ranch Hand

Joined: Oct 11, 2004
Posts: 3829
And with Visitor Tools, you can add/delete portlets from a page but you can't drag & drop them...
 
I agree. Here's the link: http://zeroturnaround.com/jrebel - it saves me about five hours per week
 
subject: drag and drop feature for portlets
 
Similar Threads
Feedback: Info for SCJP Tiger beta
WPS 6.0 - dropping not working !!
Drag and Drop Java Portlet functionality
Drag and Drop feature for portlets
To the Authors - Why JSF?