четвер, 20 листопада 2014 р.

Useful unix command (AIX OS)

How to assess a volume of directories and files in certain directory

 du -ms <PATH_TO_DIR>/* | sort -rnk 1 [ | head -N ]

For example

 du -gs /websphere/AppServer/profiles/AppSrv01/*  | sort -rnk 1


вівторок, 19 серпня 2014 р.

How to bring your personal code to Documentum software

/* under construction */ 1) Create your class with needed methods 2) In application xml file define a new java class 3) In Forms Builder define as action the custom action (method from class)

вівторок, 22 липня 2014 р.

What do you need for start development or support the EMC Documentum

This presentation on slideshare helps you to start understand Documentum (DCTM) principles quickly: Introduction to Documentum

In most cases Documentum set up to Linux/Unix environment - RHEL/AIX distributives (though Windows version of DCTM is included), so you need to be experiencied in *nix command.

If you are developer, in a nutshell, you are doing the next points

1) For files (content) processing - write methods (classes) for Java Method Server

2) For GUI - customize java web-applications (Taskspase or Webtop)