New IBM Resources
Hello;
As I noticed yesterday IBM published some new materials for Maximo 7.x
Here is the development guide for Maximo 7:
http://www-01.ibm.com/software/brandcatalog/portal/opal/details?catalog.label=1TW10MA2K
Here is the javadocs for Maximo 7.1.1.5 (Different than 7.1.1.1)
http://www-01.ibm.com/software/brandcatalog/portal/opal/details?catalog.label=1TW10MA1Z
Have a good day…
January 27th, 2010 at 11:47 pm
Well spotted.
The developers guide has already answered a couple of questions that had been bugging me!
Thanks – Mark
April 26th, 2010 at 3:57 am
Hi, I’m facing some problem while I try to compile a new created bean class. The error message is as below:-
C:\IBM\SMP\maximo\applications\maximo\maximouiweb\webmodule\WEB-INF\classes\psdi
\webclient\beans\rrupload\RRUploadLineBean.java:15: cannot access javax.servlet.http.HttpSessionBindingListener
file javax\servlet\http\HttpSessionBindingListener.class not found
public class RRUploadLineBean extends DataBean
Is it because I missed out something to set in classpath?
April 26th, 2010 at 5:45 am
Hello;
Here are the jar files that includes the missing class:
http://javacio.us/search?q=javax/servlet/http/HttpSessionBindingListener+more:jar_files&inline=true
Just download and use in the classpath
April 26th, 2010 at 7:55 am
Thank you so much for the solution. It works.:)
May 5th, 2010 at 2:25 pm
Hello:
Just read the developer guide, and wondering is there any way to change the field size of the of a multipart textbox. For example, the description field for a workorder number. I tried by putting the width in , but it seems that doesn’t work. Any idea about that?? Thanks for the reply:)