All, We’re building an intranet on Sharepoint 2010. One of the requirement is to have a custom webpart/sharepoint page as a view to an Oracle EBS and HRMS.
- This view have little (if at all any) interactions with Sharepoint functionalities.
- This view is pretty complex in terms of layout, so we will definitely benefit of using asp.net user controls, rather than building all controls programmatically.
- All operations lives in a WCF service which encapsulates all calls to Oracle.
Here are initial ideas:
- Control.Load through a WSP – is this still valid with Sharepoint 2010?
- use SmartPart to encapsulate the user control
- Other ideas? Stand alone aspx page perhaps?
I would be keen to know the pros and cons of the approach. Cheers