Long story short, I *MIGHT* be in need of editing some low-level behaviour of the front-end client and possibly I'd avoid building a front-end from scratch, being quite new to documentum as a whole...
That being said, I've done the usual drill, some quick ui modification, menù modification, setting behaviour, just to get a quick hang on the product but...
I was trying to edit how webtop handle document opening, and while it's best practice to just extend the required class and for example modify a component to use a custom launcher and use a custom defined branch when needed&abuse the superclass method in every other case, I tried to take a peek on the implementation of the class i was extending from and.. I was quite baffled that there was just the .class file and no source file.. Is that normal? I tried to look for the source file within both webtop and wdk at no avail (i deployed both wdk and webtop as indipendent webapp on the application server).
Of course I can cover with a little work (since I'm going completely blind about low-level implementation) solve almost any issue helping myself with the developer guide&reference guide for webtop/wdk, but I'd really prefer to have some source code of sorts without undergoing the usual JD-clipse drill (which is generally pretty accurate, mind you, but I prefer to have some clear&commented code when dealing with new products)..
Am I out of luck? Did I do anything wrong while deploying webtop/wdk?
For reference, I was looking for LaunchComponentWithPermitCheck.java from package com.documentum.web.formext.action.
Thanks in advance to anyone bothering with an answer to a silly noob question.
Vito