Go to Oracle WebLogic Portal 10gR3 (10.3.2) for the download.
© Scott S. Nelson
Things that help, hinder, or horrify happy developers at work. I used to call this category Development, but delicious has more tags for programming. “Go with the grain” – Jethro Gibbs
From the description on the product page, this is a new version of WebLogic Workshop, but without the WebLogic Portal tools. WLP has a new release due out soon, and Oracle is focusing on their other IDE, so this makes sense, even if it doesn’t make old-time WebLogic developers feel all warm and fuzzy (or remembered).
I ran across this while working on tweaking some of my own flows. As luck would have it, I never got a chance to test it out, but wanted to keep a note on it just in case I run across it again:
When I search for something too many times, I try to remember to post it here. So, to drop the warnings for type safety when you know all is fine, you can do the following:
@SuppressWarnings("unchecked")
List<CustomerBean> customers = (List<CustomerBean>)session.getAttribute(CSRD_CONTACT_LIST);