Java Customization

In this page I will collect all the resources that I develop or find for customizing and extending Maximo/TPAE using Java. This includes Maximo Business Objects (MBO), application beans (AppBean and DataBean), actions, conditions, MIF user entry/exit class, and any possible usage of Java within TPAE.
Note that starting from TPAE 7.5 there is a powerful scripting feature that is a good alternative to Java customization.

Where to Start


Basic Topics


Intermediate Topics


Advanced Stuff


Application cutomizations


Additional Resources

6 comments:

  1. Thank you for this blog, it's realy usefull

    ReplyDelete
  2. Hi Bruno,

    I wanted to know whether we can directly update CLASSNAME attribute in MAXATTRIBUTECFG table instead of going into Database Configuration application and following step by step procedure to apply config changes in database? Is it a good practice ? does this method (updating maxtable from backend directly) would really update the config changes ?

    Thanks,
    Sadequa.

    ReplyDelete
  3. Hi Bruno.
    Edit History Function Enhancement for Changes in Cancelled Status.
    Do we have chance to edit the fields in Cancelled Status. if have please let me know. How we can do this ?

    ReplyDelete
  4. Hi Bruno,

    For a power app with multiple tabs, when we open one of the records ,in what sequence the init()method is called? Is the init()method called for each tab (each tab is based on different tables and they all are related to the main tab and have their own class files)

    When I open a record, I want to initialize data in one of the tabs along the main tab.

    Do I write my logic in init() method of the main tab or the init() method of the tab where I want to initialize the data. How should I approach this?

    Thanks

    ReplyDelete
  5. Ho can we find find custom views , custom domains , custom App designer changes ?
    Custom Beans in maximo environment?

    ReplyDelete