It's been almost two years now since I blogged about CFMX, Portlets and JSR 168. Since then, I haven't seen anything published on the subject, outside of a few conversations I've had with various other developers and a handful of Macromedia people.
What I find myself wondering today is,if anyone out there is building JSR 168 compliant portlets using ColdFusion, and if so, how are you doing it and what portal platforms are you deploying on? With Macromedia soliciting feature requests for ColdFusion 8, this is one area I'd really like to see formally addressed by Macromedia.
| Sun | Mon | Tue | Wed | Thu | Fri | Sat |
|---|---|---|---|---|---|---|
| 1 | 2 | 3 | 4 | |||
| 5 | 6 | 7 | 8 | 9 | 10 | 11 |
| 12 | 13 | 14 | 15 | 16 | 17 | 18 |
| 19 | 20 | 21 | 22 | 23 | 24 | 25 |
| 26 | 27 | 28 | 29 | 30 |
Using the ColdFusion Report Builder – Part 2: Creating Charts in Reports
Roman Smolkin said: I am fairly seasoned CF developer with MS SQL 2008, but never had to use the Report Builder until no...
[More]
Issue with Ehcache and ColdFusion Query Objects
Ben Nadel said: I think this is almost a case of knowing too much about caching :) By that, I mean that I would susp...
[More]
Issue with Ehcache and ColdFusion Query Objects
Luis Majano said: Totally understandable Rob!! The docs definitely need this kinda input for sure.
By the way, I will...
[More]
Issue with Ehcache and ColdFusion Query Objects
Rob Brooks-Bilson said: Luis, makes perfect sense (now). My stumbling block was that I didn't realize that Ehcache was desi...
[More]
Issue with Ehcache and ColdFusion Query Objects
Luis Majano said: Rob, this is also due to the nature of strong references the objects have. If copy on write is enab...
[More]
We have deployed our "E-Services" system on a WebSphere Portal 5.1 box using CFMX 7 as the source. Currently using a custome built portlet which simply has an IFrame container pointing at at cfmx page. (Did this in our first cut at putting cfmx 6 on a WebSphere box and because of time and manpower constraints never got around to improving on that). Would really like to find resources or other people (like CMLCPT above) where the cfmx code runs in the portlet as opposed to an IFrame.
We were one of the first to beta test cf on WebSphere and at the time there was some Macromedia developers tinkering around with something they were calling CFPORTLET, but I never heard much on that again.