Maximo List Archive

This is an archive of the Maximo Yahoo Community. The content of this pages may be a sometimes obsolete so please check post dates.
Thanks to the community owner Christopher Wanko for providing the content.



Maximo Java Code / SQL Location

From: oscjake (2013-02-18 20:56)

Hi all,
hopefully someone can point me in the right location. I'm looking for the Java Code / SQL that the Inventory application method Transfer Current Item is using specifically and Java Code for the applications in general. Any help would be much appreciated.


From: Luca Truffarelli (2013-02-19 07:15)


I'm not sure to have understood your question but Java Transfer code is
into the Matrectrans Mbo and related.
On 18-02-2013 9:56 PM, oscjake wrote:
>
> Hi all,
>
> hopefully someone can point me in the right location. I'm looking for
> the Java Code / SQL that the Inventory application method Transfer
> Current Item is using specifically and Java Code for the applications
> in general. Any help would be much appreciated.
>


From: oscjake (2013-02-19 16:47)


ok sorry for the confusion. The real question is do we have access to the java source code for Maximo? I can only find the compiled .Class files not the .Java files?
If no access, how can you customize and extend the application?
--- In MAXIMO@yahoogroups.com, Luca Truffarelli <luca@...> wrote:
>
>
> I'm not sure to have understood your question but Java Transfer code is
> into the Matrectrans Mbo and related.
>
> On 18-02-2013 9:56 PM, oscjake wrote:
> >
> > Hi all,
> >
> > hopefully someone can point me in the right location. I'm looking for
> > the Java Code / SQL that the Inventory application method Transfer
> > Current Item is using specifically and Java Code for the applications
> > in general. Any help would be much appreciated.
> >
>
>
>
>
>


From: foundationboarder187 (2013-02-19 16:51)

Find a good decompiler, there are plenty online. There are even a few sites that do it with drag and drop! Such as, http://java.decompiler.free.fr/?q=preview
Then I think you would just need to recompile after edits and apply (rebuild/redeploy EAR).
Good Luck,
Todd
--- In MAXIMO@yahoogroups.com, "oscjake" <oscjake@...> wrote:
>
>
> ok sorry for the confusion. The real question is do we have access to the java source code for Maximo? I can only find the compiled .Class files not the .Java files?
>
> If no access, how can you customize and extend the application?
> --- In MAXIMO@yahoogroups.com, Luca Truffarelli <luca@> wrote:
> >
> >
> > I'm not sure to have understood your question but Java Transfer code is
> > into the Matrectrans Mbo and related.
> >
> > On 18-02-2013 9:56 PM, oscjake wrote:
> > >
> > > Hi all,
> > >
> > > hopefully someone can point me in the right location. I'm looking for
> > > the Java Code / SQL that the Inventory application method Transfer
> > > Current Item is using specifically and Java Code for the applications
> > > in general. Any help would be much appreciated.
> > >
> >
> >
> >
> >
> >
>


From: Will Hampton (2013-02-19 16:57)

The "Source Code" is the Intellectual Property of IBM and is not released to the public; any copies of said source code are most likely illegal (stolen). If you're trying to troubleshoot a particular problem you may be able to get IBM to work with you (assuming your support is paid up) and they might discuss some of what's going on in the code?
The Java doc's describing the methods and what they do are released and can be found on IBM's website: https://www-304.ibm.com/software/brandcatalog/ismlibrary/details?catalog.label=1TW10MA1Z
I don't know the license rules and restrictions of the use of a de-compiler - although I'm sure IBM will say you cannot legally do that ... :) - I am positive if you're working on a competing product, or doing something you plan to sell, de-compiling violates the IBM license agreement and may be illegal...
R/
Will
From: MAXIMO@yahoogroups.com [mailto:MAXIMO@yahoogroups.com] On Behalf Of oscjake
Sent: Tuesday, February 19, 2013 10:48 AM
To: MAXIMO@yahoogroups.com
Subject: Re: [MAXIMO List] Maximo Java Code / SQL Location
ok sorry for the confusion. The real question is do we have access to the java source code for Maximo? I can only find the compiled .Class files not the .Java files?
If no access, how can you customize and extend the application?
--- In MAXIMO@yahoogroups.com<mailto:MAXIMO%40yahoogroups.com>, Luca Truffarelli wrote:
>
>
> I'm not sure to have understood your question but Java Transfer code is
> into the Matrectrans Mbo and related.
>
> On 18-02-2013 9:56 PM, oscjake wrote:
> >
> > Hi all,
> >
> > hopefully someone can point me in the right location. I'm looking for
> > the Java Code / SQL that the Inventory application method Transfer
> > Current Item is using specifically and Java Code for the applications
> > in general. Any help would be much appreciated.
> >
>
>
>
>
>


From: oscjake (2013-02-19 23:17)

thanks for all the help. I will try to get some info from the Java Docs
--- In MAXIMO@yahoogroups.com, Will Hampton <will.hampton@...> wrote:
>
> The "Source Code" is the Intellectual Property of IBM and is not released to the public; any copies of said source code are most likely illegal (stolen). If you're trying to troubleshoot a particular problem you may be able to get IBM to work with you (assuming your support is paid up) and they might discuss some of what's going on in the code?
>
> The Java doc's describing the methods and what they do are released and can be found on IBM's website: https://www-304.ibm.com/software/brandcatalog/ismlibrary/details?catalog.label=1TW10MA1Z
>
> I don't know the license rules and restrictions of the use of a de-compiler - although I'm sure IBM will say you cannot legally do that ... :) - I am positive if you're working on a competing product, or doing something you plan to sell, de-compiling violates the IBM license agreement and may be illegal...
>
> R/
> Will
> From: MAXIMO@yahoogroups.com [mailto:MAXIMO@yahoogroups.com] On Behalf Of oscjake
> Sent: Tuesday, February 19, 2013 10:48 AM
> To: MAXIMO@yahoogroups.com
> Subject: Re: [MAXIMO List] Maximo Java Code / SQL Location
>
>
>
> ok sorry for the confusion. The real question is do we have access to the java source code for Maximo? I can only find the compiled .Class files not the .Java files?
>
> If no access, how can you customize and extend the application?
> --- In MAXIMO@yahoogroups.com<mailto:MAXIMO%40yahoogroups.com>, Luca Truffarelli wrote:
> >
> >
> > I'm not sure to have understood your question but Java Transfer code is
> > into the Matrectrans Mbo and related.
> >
> > On 18-02-2013 9:56 PM, oscjake wrote:
> > >
> > > Hi all,
> > >
> > > hopefully someone can point me in the right location. I'm looking for
> > > the Java Code / SQL that the Inventory application method Transfer
> > > Current Item is using specifically and Java Code for the applications
> > > in general. Any help would be much appreciated.
> > >
> >
> >
> >
> >
> >
>
>
>
>
>