we developed a custom wizard for our client (Alfresco 2.1 enterprise) using the appropriate sdk. Our client has now switched to Alfresco labs 3 stable. Our custom wizard uses this method:
NodeRef nf = WebProject.getWebsitesFolder()
and now with the labs sdk such method it's not existing anymore. Can you suggest me the proper api in replacement ?
Either create your own equivalent method based on the old implementation. Or use the new WebProjectService. I suspect you are trying to get either a web project or a list of web projects, the methods are on the WebProjectService. If not then please lets hear more about what you are trying to do.