| Author |
How do i first import SourceCode for Consumer Direct Store?
|
|
|
| Would like to know how do I go about initially in importing all the source code available say for the Consumer direct store. I am unable to find any help regarding this at the website. I do have the WCS Express edition CD Set from IBM and have published t
he Consumer store.sar file available as well. Can you please let me know how and where do I get all the source code for the store so that i can then start importing the same into my workspace
| |
| Robert Brown 2006-04-02, 8:04 pm |
| What code are you referring to?
R
> Would like to know how do I go about initially in importing all the source code available say for the Consumer direct store. I am unable to find any help regarding this at the website. I do have the WCS Express edition CD Set from IBM and have published
the Consumer store.sar file available as well. Can you please let me know how and where do I get all the source code for the store so that i can then start importing the same into my workspace
| |
|
| The source code is in zip format if you have developer version and it will be in C:\WCToolkitExpress56\src or where ever is your install directory\src
You can look at the source but it is not advisable to import and plan to modify it. Because if you modify it to customize you need to repeat that everytime you are upgrading to a newer version. Of course you can update the JSPs which are available at C:\W
CToolkitExpress56\workspace\Stores\Web Content\<Storetype>\
<storetype> can be consumerdirect or b2bdirect.
If you need to customize the functionality, you can extend the commands and write your own implementation.
HTH
|
|
|
|