Answer Questions
Student_I Inheritance
I have a Party which can be either a Person or a Company. Implemented with inheritance Party is the super class and Person and Company the subclasses. What to do if I want both the Company and the Person to be able to play the roles of Customer or Partner under different circumstances and I don't want to duplicate information or code Examples: Party A, a Company in the role of Partner sells an order to Party B, a Person in the role of Customer At a later stage Party B, a Person in the role of Partner sells an order to Party C, a Person in the role of Customer and even later Party B, a Person in the role of Partner sells an order to Party D, a Company in the role of Customer In these examples Party B should be able to b ...Show All
jdlh199 Opening WSS site in VS 2005
Hi, I haven't got Frontpage 2003 neither sharepoint designer, therefore I am trying to use VS 2005 to edit WSS pages. In the "Open Web Site" dialogue box, under the "Web site Location", I typed "http://myServer/default.aspx " whereby "http://myServer/default.aspx " is the address to access my WSS site. Upon clikcing on "Open". I am getting eror message saying: unable to open the web " http://myServer/default.aspx ". An error occured accessing your windows sharepoint services site files. Authors - if authoring a web server, please contact webmaster for this server's web site. Webmasters - please see the server's application event log for more details and the events l ...Show All
Maaloul Setting up a development & deployment enviroment
Does anyone have any suggestions on the best arrangement of systems to develop, test, and deploy SharePoint 2007 workflows I would like to develop on my workstation and run and test on a development server and then deploy to my production server. Can I use Vista on my workstation and Server 2003 on the servers Has anyone been using virtual machines, if so what are you using for the host OS Hi Simplest way is to have a virtual machine with MOSS and Visual Studio, Still have not tested Vista a host but i think the beta of VMWare and VPC both support vista. How ever if you want to you can develop on your workstation it is possible but in order to keep it simple and easy i would reccomend having ...Show All
SteeveH Synchronizing Legacy DB and Application DB
Hi All, We are developing a solution which requires consulting some information on legacy systems. There is also a requirement to keep the system available even if the legacy systems are out. We are thinking about replicating the information on our application DB as a contingency (it is acceptable if the data we have to use does not change often). My questions are: Have anyone used a different solution for a simmilar requirement If not, what would be the best way to do this 1) Implement a windows service that update our DB copy from time to time (the problem here is that our application is running on a cluster, so we need to control the concurrency between the services running on each cluster machine) 2) Use som ...Show All
DeepNight Visiting a portal without authentication
Hello: I've created a portal with MOSS 2007 as a test, now it is necessary to sign in to visit the portal. Can I make that the users visit the same site without the authentication window Regards Usually in case like that you have something on the page that is hosted on an authenticated URL. Maybe you have a link to an image or something The best way to find it is cancel and then dig around on the page for something that doesn't look right. That is your culprit. Thank very much. I'll follow your instructions To enable Anonymous Access on a web application in MOSS 2007 do as follows. Navigate to Central Administration ...Show All
MichaS _layout pages and masterpage
Hi All, I'm a bit confused here. Is it true that modifying the application.master (which I don't want to do) is the only way to change the masterpage for the _layout pages in Sharepoint 2007 In fact changing all the files themselves is not an option either because it's not supported I was told. So how's the correct procedure to change the _layout pages from your sitecollection Fred hey andy, thx! i've also seen this post, this would work... what about just to modify the default theme until now i couldn't find the default theme.. ghosted and unghosted.. do you know where to find it if i don't find another solution, i have to do it the way Heather Solomon mentioned. Thx to her.. ...Show All
remedios_ Synchronizing Database
Hi, I have application that use SQL server database in local network, and I have remote network that has same database structure and I want to synchronize data. I have problem how to know deleted rows and added rows in the database. I little other words: Updated rows -> Normal updating using table primary key and depending on modify date. Deleted rows -> Normal deleting using table primary key but how can I now if the rows is deleted or new . Added rows -> Normal adding, but how can I now if the row is new or deleted one Note: I want to get merge data between both databases because all databases have users. Regards It's notclear to me what you're doing that isn ...Show All
James Randle "How would you like to open this file?" dialog when opening a document
On our sharepointsite.net site when we went to open a document from a document library a dialog opened asking You are about to open Name: xxxxxx From: xxxxxxx How would you like to open this file Read Only Edit i have just setup our own sharepoint server and when you open a document to goes straight to read only mode rather than asking how to open it how do i get our site to ask this before opening the document Regards, Stephen. ghettogeisha wrote: I figured out that it had nothing to do with a setting . Are you sure http://www.youtube.com/watch v=zADRRQgEfkI ghettogeisha wrote: ...you nee ...Show All
VladR Architecting Application?
Dear All, In my career, i am in a transitional stage - moving from developer to managerial position and prefer Technical Manager/Architect. To master Architecting, need to know the following: 1. Is there any certification/course to master Aplplication Architect, including UML and applying Design Patterns 2. Can i have some sample/actual copy of 'High Level Design' and Low Level Design Document for an Application/Solution 3. What is the difference between 'Technical Architect' and 'Solution Architect' Or, are they same Thanks in advance for the advise/help. Regards, ravi plenty of reading and an open mind help a lot. Hi velu, you can go thru the skills list i tried pr ...Show All
CPPUSer7 Any good Ntier real world (architecture)examples available for download?
Hi all, Everybody talks about designing a good architecture Talking between tiers in stateless manner avoid chatty objects use interfaces Use factory patterns etc etccc But no one has published or uploaded some generic examples of different architectures so that you can see how things really work.(A complete solution)with different projects in it. Just tired of reading theory and not seeing any examples. Am I wrong Could anybody point me in the right direction or do i have to reinvent the wheel If I have to it will probably be a square one Thanks and apologies for moaning. It really depends on your definition of 'architecture'... Just kidding, I hear that so often it's go ...Show All
Laughing John WSS 3.0 Properties problem
Hi, I will try and keep this short....... I have been building a feature and as part of the FeatureActivated call back the system adds a section to the QuickLaunch menu bar. I have tried to add properties to the new menu heading but with no joy. The code looks like this..... nQuickLaunch = new SPNavigationNode ( "Heading" , site.ServerRelativeUrl + "/_layouts/viewlsts.aspx BaseType=1" ); site.Navigation.QuickLaunch.AddAsFirst( nQuickLaunch ); site.Update(); site.Navigation.QuickLaunch[0].Properties.Add( "new_menu" , "true" ); The code compiles and run but the properties don't get set. I have tried all sort of permutation of this section but nothing seems to work. I hav ...Show All
RBecker UML Tools for our company... VB.NET and Visual Studio.NET 2003
Hi, I am a newly employeed at a software development company. This company has not previously used UML for deveoping its applications. I would like to document our application using UML and since I know some UML, it is up to me to suggest an application to do this. We use VB.NET and Visual Studio.NET 2003 and the application should at least support Use Case Diagram, the Sequence Diagrams and Class Diagrams. The application should not be too bloated with functions that we are not gonna use, just the UML diagrams mentioned, and not to expensive. What UML Tool are you at other companies using Can you recommend any I personally use Pacestart UML Diagrammer and I like that software. I also have used Rational Rose, which is good but too ...Show All
PK_VBE05 Programming modal selection
Hi All, My application is a CRM based application. There is a Framework and application(s) who access it in a webfarm environment. (consider distributed computing) So usually which programming methodology or project cycle should be selected (best fit) 1) Agile 2) eXtreme 3) Iterative (Okay though, takes time) 4) Spiral 5) Waterfall (not recommended) 6) Any other ... Kindly respond with your experience (IMO Agile is usally good for smaller projects. But what about the larger iterative projects. I think Iterative method works out well. ) thanks... Hello, I believe there are more factors that gets you to decide abo ...Show All
kawano1h Interface HELP!
I have: 1. Interface Library 2. Plugin Library 3. Plugin Host library which is responcisable for loading all of the plugins. The Plug-in library loads the plugins is a Singelton and stores them in a .Collection class. This way all of the plugs-ins are available to the entire application. To make a long story short i will only post the code that stores each Plug-In / Interface. ------------Here is the question---- Now that i have all of my plug-ins store away in my sweet little singelton ; and ready to server what ever caller. What is the best way to create another instance of the types of Plug-ins that are loaded For instance; I have a tabPage that holds a plug-in.. This tabPage repersents ONE instance of a product vie ...Show All
George Clingerman Understanding n-tier app - Shopping cart app
Hi, Trying to understand what function fits in which layer. I have a ASP.NET 2.0 web app .. a Shopping cart application. Page Output caching is enabled on all Browsable pages. The basic flow of the application is that, user first browses the web site anonymously. There are products and product categories. If he becomes interested in a particular product he logs into the website and then makes purchases. If he for some reason doesn't like his/her selection he/she simply logs out. The web app captures the most browsed product categories and the Products that are Clicked the most. It also captures the Signouts and the purchases made by webusers. The web app has three layers. Presentation layer which shows the product catalo ...Show All
