Usually, all the Interwoven Implementation i have done, it was done in perl. Let it for FormAPI or External tasks or adding extra features to the save functionality in the DCR. My client has a requirement to get away from perl as they always have hard time to find Perl skilled personel in the market.Has anybody used Java as the programming language with Teamsite. If yes, would you recommed using Java with respect to PERL and Why ?Also, it would be great, if you can point me to some documentation, if anyThanks
Bill Klish (a frequent contributor to these forums) has done a lot of work with TeamSite in Java, and I believe is quite happy to continue doing so - and I'm sure he'd recommend doing most, if not all, of your customizations in Java
Without looking (and looking hard!) though, can you name another Java contributor? I know I can't...What I do know is that my two Java-related requests did not find any real takers - none. Also, correctly or otherwise I have an impression that I'm not the only one. If Interwoven has indeed been leaning towards Java, not a lot of us followed.
If Interwoven has indeed been leaning towards Java, not a lot of us followed.
Old dogs, new tricks. Go figure.Now where is my K&R C book.
I have a signed Harbison & Steele if you need it ;-)
I guess i have opened a can of worms for us to debate :-)
Are there any speed imrovements with java over perl? I find that java runs pretty slow especially through a web server. Development might be a little slower since you'll have to compile and put it in a form that TeamSite can use. With perl, you can write your code and test it out on the command line without any compiling into byte code. But that is just me.
Hello Santosh,I am doing an implementation for my current client. I used java api [CSSDK & WFM] mostly for workflows. It was quite handy. Java API's are providing almost all functions which you could do the same with perl [External Task etc].Let me know if you need more information.Thanks,Mohit.
Workflow Modeller reduces the complexity and helps in customising workflows by admin users.
You must be drinking the IWOV Sales Koolaid - WFM makes something that should involve technical knowledge seem like it's easier than it is, and then makes it twice as complicated to do things "right". If you do design the workflow correctly (with timeout handlers and error handlers - the WFM GUI becomes a tangled mess of boxes and lines, thus showing that there is more complexity involved in designing a workflow than just drawing a few boxes with lines between them on a screen.I think WFM is a big step up from the old Workflow Builder - but that's not really saying much since WFB was a piece of **** that never should have been released.The concepts behind WFM are reasonable, I just don't think they've done enough to truly make it work as good as they make it sound like it does.
I would definitely have to agree with you on this. Now that I've used WFM for a couple of months after writing WFT's for a number of years, while I kind of like the Java API, actually building a useful complex workflow is far from trivial with WFM. The drag and drop GUI is cute and all, but under the hood when you need to do things that aren't so cookie-cutter, that's when it gets really confusing. Dealing with variables and parameters is not simple. It's certainly doable and once you understand it, you then know how to do it in all workflows. But the documentation is poor (shocking!) and really that's my biggest gripe. WFT is hard if you don't understand it. If there were better docs, it would be less hard, but it would still be hard. WFM shouldn't be hard, but it is because it's not intuitive after you've drawn your boxes and lines. And the documentation is remarkably weak.DevNet is lucky to have the 5 or so experts still here helping people. Autonomy/IW is not helping people on DevNet. IW Support has been offshored (or so it seems) and communication with some of the support folks can be very, very difficult and frustrating. If only there was better documentation...