Author |
Message
|
ucbus1 |
Posted: Tue May 21, 2002 10:49 am Post subject: Code changes to webclient |
|
|
Knight
Joined: 30 Jan 2002 Posts: 560
|
Are there any restrictions imposed by IBM for using/enhancing/modifying the code given in MQSeries Webclient? We have purchased the software, however we do not know whether we can modify the code to suit our purpose.
I know that this question need to be addressed to IBM, just wanted to check if somebody has already approached them..
Thanks in advance |
|
Back to top |
|
 |
jmac |
Posted: Tue May 21, 2002 3:32 pm Post subject: |
|
|
 Jedi Knight
Joined: 27 Jun 2001 Posts: 3081 Location: EmeriCon, LLC
|
You can extend the web client as much as you like, See the doc for more infor on how to do this. Be careful not to use any deprecated methods, as they will be gone eventually.
I had one experience where the signature of a method was changed, but it was a fairly obscure method that I was just playing with, but be aware that this has happened in the past. This did not cause me any great harm, but I did need to change some code.
GOOD LUCK _________________ John McDonald
RETIRED |
|
Back to top |
|
 |
vedbhat |
Posted: Tue May 21, 2002 5:15 pm Post subject: |
|
|
 Disciple
Joined: 19 Mar 2002 Posts: 186 Location: Singapore
|
Hi,
You can extend the Sample WebClient provided and also IBM provides WF API's for you to extend or develop your own WF Runtime client (WebClient as well as Thick client).
I don't have much experience in WebClient Java API's but my previous project involved development of Web based custom client from scratch, and they developed without any problem.
I hope you don't entounter any problems in developing the WebClient
Cheers
Ved _________________ IBM Certified Solutions Expert - MQSeries Workflow
IBM Certified Specialist - MQSeries |
|
Back to top |
|
 |
ucbus1 |
Posted: Wed May 22, 2002 4:26 am Post subject: |
|
|
Knight
Joined: 30 Jan 2002 Posts: 560
|
Ok.. Sorry for the confusion. I would like to rephrase my question.Do I land in some leagal issues by modifying the JSPs and Class files provided by IBM to suit our needs?
Thanks |
|
Back to top |
|
 |
jmac |
Posted: Wed May 22, 2002 4:56 am Post subject: |
|
|
 Jedi Knight
Joined: 27 Jun 2001 Posts: 3081 Location: EmeriCon, LLC
|
I would say if you use the methods shown in IBMs own WebClient Tutorial you would have to be in the clear. I would think that if you were to decompile the IBM supplied classes and modify them, that you might be in some trouble.
Moral: Modify the webclient in the manner described in the WebClient tutorial, and you should be able to do anything you need, and be 100% supported by IBM.
GOOD LUCK _________________ John McDonald
RETIRED |
|
Back to top |
|
 |
ucbus1 |
Posted: Fri Jun 07, 2002 10:51 am Post subject: Code changes to webclient |
|
|
Knight
Joined: 30 Jan 2002 Posts: 560
|
I could successfully change it. Thanks to all for the encoragement
 |
|
Back to top |
|
 |
|