




版权说明:本文档由用户提供并上传,收益归属内容提供方,若内容存在侵权,请进行举报或认领
文档简介
陈士昂整理日期:05年10月17日知识素材:体系结构和流程设计的应用2023/1/24AMT-企业资源管理研究中心©本资料在企业资源管理研究中心(AMT)文档控制范围之内,在得到许可后方可使用资料来源:〔ApplicationArchitecture&ProcessDesign〕
日程第一部分何谓信息系统的体系结构第二部分集中式和分布式的体系结构第三部分信息系统设计中的数据库设计第四部分用户和数据系统界面问题第五部分大标题5第六部分大标题6IntroductionThechapterwilladdressthefollowingquestions:Whatisaninformationsystem’sarchitectureintermsofDATA,PROCESSES,INTERFACES,andNETWORKS—thebuildingblocksofallinformationsystems?Whatarebothcentralizedanddistributedcomputingalternativesforinformationsystemdesign,includingvariousclient/serverandInternet/intranetoptions?Whatarethedatabaseanddatadistributionalternativesforinformationsystemdesign?Whatarethemakeversusbuyalternativesandvariationsforinformationsystemdesign?Whataretheuserandsysteminterfacealternativesforinformationsystemdesign?IntroductionThechapterwilladdressthefollowingquestions:Whatarethevariousnetworkingtopologiesandtheirimportanceininformationsystemdesign?Whatarethemethodsforgeneralapplicationarchitectureanddesign?Whatarethedifferencesbetweenlogicalandphysicaldataflowdiagrams,andexplainhowphysicaldataflowdiagramsareusedtomodelapplicationarchitectureandguideprocessdesign?Howdoyoudrawphysicaldataflowdiagramsforasystem/application?GeneralSystemDesignDuringgeneralsystemsdesignthebasictechnicaldecisionsaremade.Thesedecisionsinclude:Willthesystemusecentralizedordistributed?Willthesystem’sdatastoresbecentralizedordistributed?Ifdistributed,howso?Whatdatastoragetechnology(s)willbeused?Willsoftwarebepurchased,builtin-house,orboth?Forprogramstobewritten,whattechnology(s)willbeused?Howwillusersinterfacewiththesystem?Howwilldatabeinput?Howwilloutputsbegenerated?Howwillthesysteminterfacetoother,existingsystems?GeneralSystemDesignThedecisionsmadeduringgeneralsystemsdesignconstitutetheapplicationarchitectureofthesystem.Anapplicationarchitecturedefinesthetechnologiestobeusedby(andtobuild)one,more,orallinformationsystemsintermsofitsdata,process,interface,andnetworkcomponents.Itservesasaframeworkforgeneraldesign.InformationTechnologyArchitectureNetworkArchitecturesforClient/ServerComputingWhatisclient/servercomputing?Aclientissingle-usercomputerthatprovides(1)userinterfaceservices,appropriatedatabaseandprocessingservices;and(2)connectivityservicestoservers(andpossiblyotherclients).Aserverisamultiple-usercomputerthatprovides(1)shareddatabase,processing,andinterfaceservices;and(2)connectivitytoclientsandotherservers.Inclient/servercomputinganinformationsystem’sdatabase,software,andinterfacesaredistributedacrossanetworkofclientsandserverswhichcommunicateandcooperatetoachievesystemobjectives.Despitethedistributionofcomputingresources,eachsystemuserperceivesthatasinglecomputer(theirownclientPC)isdoingallthework.InformationTechnologyArchitectureNetworkArchitecturesforClient/ServerComputingClient/servercomputingisanalternativetotraditionalcentralizedcomputing.Incentralizedcomputing,amulti-usercomputer(usuallyamainframeorminicomputer)hostsalloftheinformationsystemcomponentsincluding(1)thedatastorage(filesanddatabases),(2)thebusinesslogic(softwareandprograms),(3)theuserinterfaces(inputandoutput),and(4(anysysteminterfaces(networkingtoothercomputersandsystems).Theusermayinteractwiththishostcomputerviaaterminal(or,today,aPCemulatingaterminal),butallofworkisactuallydoneonthehostcomputer.InformationTechnologyArchitectureNetworkArchitecturesforClient/ServerComputingCentralizedComputing:Centralizedprocessarchitectureswereoncedominantbecausethecostofplacingcomputersclosertotheend-userwasprohibitive.Many(ifnotmost)legacyapplicationsremaincentralizedonlargemainframecomputers(suchasIBM’’sS/370and3090familiesofcomputers)orsmallerminicomputers(suchasIBM’’sAS/400).InformationTechnologyArchitectureNetworkArchitecturesforClient/ServerComputingDistributedPresentation:Thisalternativebuildsuponandenhancescentralizedcomputingapplications.TheoldcharacteruserinterfacesarestrippedfromthecentralizedapplicationsandregeneratedasgraphicaluserinterfacesthatwillrunonthePC.Theuserinterface(orpresentation)isdistributedofftheserverandontotheclient.Allotherelementsofthecentralizedapplicationremainontheserver,butthesystemusersgetafriendliergraphicaluserinterfacetothesystem.InformationTechnologyArchitectureNetworkArchitecturesforClient/ServerComputingDistributedPresentation:Distributedpresentationcomputingadvantages:Itcanbeimplementedrelativelyquicklysincemostaspectsofthelegacyapplicationremainunchanged.UsersgetafriendlyandfamiliarinterfacetoexistingsystemsTheusefullifetimeoflegacyapplicationscanbeextendeduntilsuchatimeasresourceswarrantawholesaleredevelopmentoftheapplication.Distributedpresentationcomputingdisadvantages:Theapplication’’sfunctionalitycannotbesignificantlyimproved,andthesolutiondoesnotmaximizethepotentialoftheclient’sdesktopcomputerbyonlydealingwiththeuserinterface.InformationTechnologyArchitectureNetworkArchitecturesforClient/ServerComputingDistributedData:Sometimescalledtwo-tieredclient/server.Thisarchitectureplacestheinformationsystem’sstoreddataonaserver,andthebusinesslogicanduserinterfacesontheclients.Alocalorwideareanetworkusuallyconnectstheclientstotheserver.Alocalareanetwork(orLAN)isasetofclientcomputers(usuallyPCs)connectedtooneormoreservercomputers(usuallymicroprocessor-based,butcouldalsoincludemainframesorminicomputers)throughcableoverrelativelyshortdistances.Awideareanetwork(orWAN)isaninterconnectedsetofLANs,ortheconnectionofPCsoveralongerdistance.InformationTechnologyArchitectureNetworkArchitecturesforClient/ServerComputingDistributedData:Thedatabaseserverisfundamentaltothisarchitectureandit’’stechnologyisdifferentfromafileserver.Fileserversstorethedatabase,buttheclientcomputersmustexecutealldatabaseinstructions.Thismeansthatentiredatabasesandtablesmayhavetobetransportedtoandfromtheclientacrossthenetwork.Databaseserversalsostorethedatabase,butthedatabasecommandsarealsoexecutedonthoseservers.Theclientsmerelysendtheirdatabasecommandstotheserver.Theserveronlyreturnstheresultofthedatabasecommandprocessing——notentiredatabasesortables.Thus,databaseserversgeneratemuchlessnetworktraffic.InformationTechnologyArchitectureNetworkArchitecturesforClient/ServerComputingDistributedData:Theclientsinthedistributeddatabasesolutiontypicallyrunthebusinesslogicoftheinformationsystemapplication.Distributeddatacomputingadvantages:Separatesdataandbusinesslogicto(1)isolateeachfromchangestotheother,(2)makethedatamoreavailabletousers,and(3)retainthedataintegrityofcentralizedcomputingthroughcentrallymanagedservers.Distributeddatacomputingdisadvantages:Theapplicationlogicmustbemaintainedonalloftheclients.InformationTechnologyArchitectureNetworkArchitecturesforClient/ServerComputingDistributedDataandLogic:Referredtoasthree-tieredorn-tieredclient/servercomputing.Thisapproachdistributesdatabasesandbusinesslogictoseparateservers.Usesthesamedatabaseserver(s)asinthetwo-tieredapproach.Usesanapplicationserver.Theapplicationserverprovidesatransactionmonitorsuchastomanagetransactions.Someorallofthebusinesslogicoftheapplicationcanbemovedfromtheclienttotheapplicationserver.Onlytheuserinterfaceandsomerelativelystableorpersonalbusinesslogicneedbeexecutedontheclients.InformationTechnologyArchitectureNetworkArchitecturesforClient/ServerComputingDistributedDataandLogic:Distributeddataandlogiccomputingdisadvantages:Verycomplextodesignanddevelopment.Themostdifficultaspectofthree-tierclient/serverapplicationdesignispartitioning.Partitioningistheactofdetermininghowtobestdistributeorduplicateapplicationcomponents(data,process,andinterfaces)acrossthenetwork.InformationTechnologyArchitectureNetworkArchitecturesforClient/ServerComputingTheInternetandIntranets:TheInternetisan(butnotnecessarily‘the’)informationsuperhighwaythatpermitscomputersofalltypesandsizes,allovertheworldtoexchangedataandinformationusingstandardlanguagesandprotocols.Anintranetisasecurenetwork,usuallycorporate,thatusesInternettechnologytointegratedesktop,workgroup,andenterprisecomputingintoasinglecohesiveframework.TheintranetprovidesmanagementanduserswithacommoninterfacetoapplicationsandinformationInformationTechnologyArchitectureNetworkArchitecturesforClient/ServerComputingTheInternetandIntranets:Javaisacross-platformprogramminglanguagedesignedspecificallytoexploittheInternetstandards.Javaapplets(modularsoftwarecomponents)arestoredonanInternetorintranetserveranddownloadedtotheclientwhentheyaccesstheapplication.Javaappletscanexecuteonanyclientcomputingplatform.Anetworkcomputer(orNC)isdesignedtoonlyrunInternet-basedapplications(suchaswebbrowsersandJavaapplets).TheNC(alsocalledathinclient)issimpler,andmuchcheaperthanpersonalcomputers(increasinglycalledafatclient).InformationTechnologyArchitectureNetworkArchitecturesforClient/ServerComputingTheRoleofNetworkTechnologies:Thewelldesignednetworkprovidesconnectivityandinteroperability.Connectivitydefineshowcomputersareconnectedto“talk”tooneanother.Interoperabilityisanidealstateinwhichconnectedcomputerscooperatewithoneanotherinamannerthatistransparenttotheirusers(theclients).Networktopologydescribeshowanetworkprovidesconnectivitybetweenthecomputersonthatnetwork.InformationTechnologyArchitectureNetworkArchitecturesforClient/ServerComputingTheRoleofNetworkTechnologies:TheBusnetworktopology:Adirectpoint-to-pointlinkbetweenanytwocomputersystems.Thesimplestnetworktopology.Thenetworkcancontainmainframes,minicomputers(ormid-rangecomputers),personalcomputers,anddumbandintelligentterminals.Tocompletelyconnectallpointsbetweenncomputers,youwouldneedntimes(n-1)/2directpaths.Onlyonecomputercansenddatathroughthebusatanygiventime.InformationTechnologyArchitectureNetworkArchitecturesforClient/ServerComputingTheRoleofNetworkTechnologies:TheRingnetworktopology:Connectsmultiplecomputersandsomeperipheralsintoaring-likestructure.Eachcomputercantransmitmessages,instructions,anddata(calledpackets)toonlyoneothercomputer(ornodeonthenetwork).Everytransmissionincludesanaddress.Whenacomputerreceivesapacket,itcheckstheaddressandifthepacket’saddressisdifferentthanthecomputer’’saddress,itpassesitontothenextcomputerornode.Ringnetworksgenerallytransmitpacketsinonedirection;therefore,manycomputerscantransmitatthesametimetoincreasenetworkthroughput.InformationTechnologyArchitectureNetworkArchitecturesforClient/ServerComputingTheRoleofNetworkTechnologies:TheStarnetworktopology:Linksmultiplecomputersystemsthroughacentralcomputer.Thecentralcomputerdoesnothavetobeamainframeorminicomputer.Centralcomputercouldbeanapplicationserverthatmanagesthetransmissionofdataandmessagesbetweentheotherclientsandservers(asinthen-tiermodel).InformationTechnologyArchitectureNetworkArchitecturesforClient/ServerComputingTheRoleofNetworkTechnologies:TheHierarchicalnetworktopology:Canbethoughtofasamultiplestarnetwork,wherethecommunicationsprocessorsarearrangedinahierarchy.Thetopcomputersystem(usuallyamainframe)controlstheentirenetwork.Allnetworktopologiesoperateaccordingtoestablishednetworkprotocolsthatpermitdifferenttypesofcomputerstocommunicateandinteroperate.InformationTechnologyArchitectureDataArchitecturesforDistributedRelationalDatabasesTheunderlyingtechnologyofclient/servercomputinghasmadeitpossibletodistributedatawithoutlossofcentralizedcontrol.Thiscontrolisbeingaccomplishedthroughdistributedrelationaldatabases.Arelationaldatabasestoresdatainatabularform.Eachfileisimplementedasatable.Eachfieldisacolumninthetable.Eachrecordsinthefileisarowinthetable.Relatedrecordsbetweentwotablesareimplementedbyintentionallyduplicatingcolumnsinthetwotables.Adistributedrelationaldatabasedistributesorduplicatestablestomultipledatabaseservers(andinrarecases,clients).InformationTechnologyArchitectureDataArchitecturesforDistributedRelationalDatabasesThesoftwarerequiredtoimplementdistributedrelationaldatabasesiscalledadistributedrelationaldatabasemanagementsystem.Adistributedrelationaldatabasemanagementsystem(ordistributedRDBMS)isasoftwareprogramthatcontrolsaccessto,andmaintenanceofthestoreddata.Italsoprovidesforbackup,recoveryandsecurity.Itissometimescalledaclient/serverdatabasemanagementsystem.InformationTechnologyArchitectureDataArchitecturesforDistributedRelationalDatabasesWhatsetsadistributedRDBMSapartfromaPCRDBMSisthedatabaseengine.ThedatabaseengineisthatpartoftheDBMSthatexecutesdatabasecommandstocreate,read,update,anddeleterecords(rows)inthetables.InaPCRDBMS,thedatabaseenginethatprocessesalldatabasecommandsmustexecuteontheclientPC,evenifthedataisactuallystoredontheserver.InadistributedRDBMS,thedatabaseenginethatprocessesalldatabasecommandsexecutesonthedatabaseserver.InformationTechnologyArchitectureDataArchitecturesforDistributedRelationalDatabasesTruedatadistributionpartitionsdatatooneormoredatabaseservers.Entiretablescanbeallocatedtodifferentservers,orsubsetsofrowsinatablecanbeallocatedtodifferentservers.AnRDBMScontrolsaccesstoandmanageseachserver.Datareplicationduplicatesdataononeormoredatabaseservers.Entiretablescanbeduplicatedondifferentservers,orsubsetsofrowsinatablecanbeduplicatedtodifferentservers.TheRDBMSnotonlycontrolsaccessto,andmanagementofeachserverdatabase—italsoensuresthatupdatesononeserverareupdatedonanyserverwherethedataisduplicated.InformationTechnologyArchitectureInterfaceArchitectures-Inputs,Outputs,&MiddlewareBatchInput/Output:Inbatchprocessing,transactionsareaccumulatedintobatchesforperiodicprocessing.Thebatchinputsareprocessedagainstmasterfilesordatabases.Transactionfilesordatabasesmayalsobecreatedorupdatedbythetransactions.Mostoutputstendtobegeneratedtopaperormicroficheonascheduledbasis.InformationTechnologyArchitectureInterfaceArchitectures-Inputs,Outputs,&MiddlewareOn-lineProcessing:Themajorityofsystemshaveslowlyevolvedfrombatchprocessingtoon-lineprocessing.On-linesystemsprovideforaconversationaldialoguebetweenuserandcomputer.Businesstransactionsandinquiriesareoftenbestprocessedwhentheyoccur.Errorsareidentifiedandcorrectedmorequickly.Transactionstendtobeprocessedearliersinceon-linesystemseliminatetheneedforbatchdatafilepreparation.On-linemethodspermitgreaterhumaninteractionindecisionmaking,evenifthedataarrivesinnaturalbatches.InformationTechnologyArchitectureInterfaceArchitectures-Inputs,Outputs,&MiddlewareRemoteBatch:Remotebatchcombinesthebestaspectsofbatchandon-lineI/O.Distributedon-linecomputershandledatainputandediting.Editedtransactionsarecollectedintoabatchfileforlatertransmissiontohostcomputersthatprocessthefileasabatch.Resultsareusuallytransmittedasabatchbacktotheoriginalcomputers.InformationTechnologyArchitectureInterfaceArchitectures-Inputs,Outputs,&MiddlewareKeylessDataEntry:Keyingerrorshavealwaysbeenamajorsourceoferrorsincomputerinputs(andinquiries).Inbatchsystems,keyingerrorscanbeeliminatedthroughopticalcharacterreading(OCR)andopticalmarkreading(OMR)technology.Therealadvancesinkeylessdataentryarecomingforon-linesystemsintheformofauto-identificationsystems.Barcodingsystems(similartouniversalproductcodesystemsthatarecommonplaceinthegroceryandretailindustries)arewidelyavailableformanymodernapplications.InformationTechnologyArchitectureInterfaceArchitectures-Inputs,Outputs,&MiddlewarePenInput:Somebusinessesusethistechnologyforremotedatacollection.Forexample,UPS.ApromisingtechnologyisemergingintheformofhandheldPCs(HPCs).Similartopersonalorganizersandpersonaldataassistants,theseHPCsoffergreatercompatibilitywithdesktopandlaptopPCs.BasedonMicrosoft’sWindowsCEoperatingsystem,theycanbeprogrammedtobecomedisconnectedclientsinaclient/serverapplication.InformationTechnologyArchitectureInterfaceArchitectures-Inputs,Outputs,&MiddlewareGraphicalUserInterfaces:GUItechnologyhasbecometheuserinterfaceofchoiceforclient/serverapplications.GUIsdonotautomaticallymakeanapplicationbetter.PoorlydesignedGUIscannegatetheallegedadvantagesofconsistentuserinterfaces.InformationTechnologyArchitectureInterfaceArchitectures-Inputs,Outputs,&MiddlewareGraphicalUserInterfaces:MostusersinterfacewiththeInternetviaaclientsoftwaretoolcalledabrowser.Thebrowserparadigmisbasedonhypertextandhyperlinks.Hypertextarekeywordsthatareclearlyhighlightedasalinktoanewpageofinformation.Hyperlinksarelinksfromgraphics,buttons,andareasthatlinktoadifferentpageofinformation.Theselinksmayiteasytonavigatefromtoandapplication-to-application.InformationTechnologyArchitectureInterfaceArchitectures-Inputs,Outputs,&MiddlewareElectronicMessagingandWorkGroupTechnology:Informationsystemsarebeingdesignedtodirectlyincorporatetheelectronicmail.Forexample,MicrosoftOutlookandExchangeServerandIBM/LotusNotesallowfortheconstructionofintelligentelectronicformsthatcanbeintegratedintoanapplication.InformationTechnologyArchitectureInterfaceArchitectures-Inputs,Outputs,&MiddlewareElectronicDataInterchange:Businessesthatoperateinmanylocationsandbusinessesthatseekmoreefficientexchangeoftransactionswiththeirsuppliersand/orcustomersoftenutilizeelectronicdatainterchange.Electronicdatainterchange(EDI)istheelectronicflowofbusinesstransactionsbetweencustomersandsuppliers.WithEDI,abusinesscaneliminateitsdependenceonpaperdocumentsandmail,plusdramaticallyreduceresponsetime..VariousEDIstandardsexistforthestandardizedexchangeofdatabetweenorganizationswithinthesameindustry.InformationTechnologyArchitectureInterfaceArchitectures-Inputs,Outputs,&MiddlewareImagingandDocumentInterchange:SimilartoEDIexceptthattheactualimagesofformsanddataaretransmittedandreceived.Itisparticularlyusefulinapplicationsinwhichtheformimagesorgraphicsarerequired.(insuranceindustry)InformationTechnologyArchitectureInterfaceArchitectures-Inputs,Outputs,&MiddlewareMiddleware:Informationsystemsmustalsointerfacetootherinformationsystems.Systemintegrationistheprocessofmakingheterogeneousinformationsystems(andcomputersystems)interoperate.Akeytechnologyusedtointerfaceandintegratesystemsismiddleware.Middlewareisutilitysoftwarethatservestointerfacesystemsbuiltwithincompatibletechnologies.Middlewareservesasaconsistentbridgebetweentwoormoretechnologies.Itmaybebuiltintooperatingsystems,butitisalsofrequentlysoldasaseparateproduct.InformationTechnologyArchitectureInterfaceArchitectures-Inputs,Outputs,&MiddlewareSelectingUserandSystemInterfaceTechnologies:ThepreferredorapproveduserandsysteminterfacetechnologiesmaybespecifiedaspartoftheInterfacearchitecture.Anorganizationmayleaveinterfacetechnologiesasadecisiontobemadeonaproject-by-projectbasis.Anorganizationmayestablishmacroguidelinesforinterfacesandleavethemicrodecisionstoindividualprojects.InformationTechnologyArchitectureProcessArchitecture-TheSoftwareDevelopmentEnvironmentandSystemManagementThePROCESSarchitectureofanapplicationisdefinedintermsofthesoftwarelanguagesandtoolsthatwillbeusedtodevelopthebusinesslogicandapplicationprograms.Thisisexpressedasamenuofchoicessincedifferentsoftwaredevelopmentenvironments(SDEs)aresuitedtodifferentapplications.Asoftwaredevelopmentenvironmentisalanguageandtoolkitforconstructinginformationsystemapplications.TheyareusuallybuiltaroundoneormoreprogramminglanguagessuchasCOBOL,Basic,CorC++,Pascal,Smalltalk,orJava.InformationTechnologyArchitectureProcessArchitecture-TheSoftwareDevelopmentEnvironmentandSystemManagementSDEsforCentralizedComputing&DistributedPresentation:Thesoftwaredevelopmentenvironmentforcentralizedcomputingconsistsof:Aneditorandcompiler,usuallyCOBOL,towriteprograms.Atransactionmonitor,usuallyCICS,tomanageon-linetransactionsandterminalscreens.Afilemanagementsystem,suchasVSAM,oradatabasemanagementsystem,suchasDB2.InformationTechnologyArchitectureProcessArchitecture-TheSoftwareDevelopmentEnvironmentandSystemManagementSDEsforCentralizedComputing&DistributedPresentation:ThepersonalcomputerbroughtmanynewCOBOLdevelopmenttoolsdowntothemainframe.APC-basedCOBOLSDEprovidedtheprogrammerwithmorepowerfuleditors,andtestinganddebuggingtoolsattheworkstationlevel.AprogrammercoulddomuchofthedevelopmentworkatthePClevel,andthenuploadthecodetothecentralcomputerforsystemtesting,performancetuning,andproduction.TheSDEcouldbeinterfacedwithaCASEtoolandcodegeneratortotakeadvantageofprocessmodelsdevelopedduringsystemsanalysis.InformationTechnologyArchitectureProcessArchitecture-TheSoftwareDevelopmentEnvironmentandSystemManagementSDEsforCentralizedComputing&DistributedPresentation:SDEsprovidetoolstodevelopdistributedpresentationclient/server.TheMicroFocusDialogManagerprovidedCOBOLWorkbenchuserswithtoolstobuildWindows-baseduserinterfacesthatcouldcooperatewiththeCICStransactionmonitorsandthemainframeCOBOLprograms.InformationTechnologyArchitectureProcessArchitecture-TheSoftwareDevelopmentEnvironmentandSystemManagementSDEsforTwo-TierClient/Server:TheSDEfortwo-tieredclient/serverapplications(alsocalleddistributeddata)consistsofaclient-basedprogramminglanguagewithbuilt-inSQLconnectivitytooneormoreserverdatabaseengines.SDEsprovidethefollowing:Rapidapplicationdevelopment(RAD)forquicklybuildingthegraphicaluserinterfacethatwillbereplicatedandexecutedonalloftheclientPCs.AutomaticgenerationofthetemplatecodefortheaboveGUIandassociatedsystemevents(suchasmouse-clicks,keystrokes,etc.)thatusetheGUI.Theprogrammeronlyhastoaddthecodeforthebusinesslogic.InformationTechnologyArchitectureProcessArchitecture-TheSoftwareDevelopmentEnvironmentandSystemManagementSDEsforTwo-TierClient/Server:SDEsprovidethefollowing:(continued)AprogramminglanguagethatiscompiledforreplicationandexecutionontheclientPCs.Connectivity(intheabovelanguage)forvariousrelationaldatabaseengines,andinteroperabilitywiththoseengines.InteroperabilityisachievedbyincludingSQLdatabasecommands(to,forexample,create,read,update,delete,andsortrecords)thatwillbesenttothedatabaseengineforexecutionontheserver.Asophisticatedcodetestinganddebuggingenvironmentfortheclient.InformationTechnologyArchitectureProcessArchitecture-TheSoftwareDevelopmentEnvironmentandSystemManagementSDEsforTwo-TierClient/Server:SDEsprovidethefollowing:(continued)Asystemtestingenvironmentthathelpstheprogrammerdevelop,maintain,andrunareusabletestscriptofuserdata,actions,andeventsagainstthecompiledprogramstoensurethatcodechangesdonotintroduceneworunforeseenproblems.Areportwritingenvironmenttosimplythecreationofnewend-userreportsoffaremotedatabase.AhelpauthoringsystemfortheclientPCs.InformationTechnologyArchitectureProcessArchitecture-TheSoftwareDevelopmentEnvironmentandSystemManagementSDEsforMultiTierClient/Server:Unliketwo-tiedapplications,n-tieredapplicationsmustsupportmorethan100userswithmainframe-liketransactionresponsetimeandthroughput;with100gigabyteorlargerdatabases.TheSDEsinthisclassmustprovidetheallofthecapabilitiestypicallyassociatedwithtwo-tieredSDEsplusthefollowing:Supportforheterogeneouscomputingplatforms,bothclientandserver,includingWindows,OS/2,UNIX,Macintosh,andlegacymainframesandminicomputers.Codegenerationandprogrammingforbothclientsandservers.Mosttoolsinthisgenresupportpureobject-orientedlanguagessuchasC++andSmalltalk.InformationTechnologyArchitectureProcessArchitecture-TheSoftwareDevelopmentEnvironmentandSystemManagementSDEsforMultiTierClient/Server:TheSDEsinthisclassmustprovidetheallofthecapabilitiestypicallyassociatedwithtwo-tieredSDEsplusthefollowing:(continued)Astrongemphasisonreusabilityusingsoftwareapplicationframeworks,templates,components,andobjects.Bundledmini-casetoolsforanalysisanddesignthatinteroperatewithcodegeneratorsandeditors.Toolstohelpanalystsandprogrammerspartitionapplicationcomponentsbetweentheclientsandservers.Toolstohelpdevelopersdeployandmanagethefinishedapplicationtoclientsandservers.Thisgenerallyincludessecuritymanagementtools.InformationTechnologyArchitectureProcessArchitecture-TheSoftwareDevelopmentEnvironmentandSystemManagementSDEsforMultiTierClient/Server:TheSDEsinthisclassmustprovidetheallofthecapabilitiestypicallyassociatedwithtwo-tieredSDEsplusthefollowing:(continued)Abilitytoautomatically‘‘scale’theapplicationtolargeranddifferentplatforms,clientandserver.Thisissueofscalabilitywasalwaysassumedinthemainframecomputingera,butisrelativelynewtotheclient/servercomputingera.Sophisticatedsoftwareversioncontrolandapplicationmanagement.InformationTechnologyArchitectureProcessArchitecture-TheSoftwareDevelopmentEnvironmentandSystemManagementSDEsforInternetandIntranetClient/Server:Mostoftheserapidapplicationdevelopmenttoolsarebuiltaroundthreecorestandardtechnologies:HTML(HypertextMarkupLanguage)—thelanguageusedtoconstructworldwidewebpagesandlinks.CGI(ComputerGraphicsInterface)—alanguageforpublishinggraphicalworldwidewebcomponentsandlinksJava—ageneralpurposeprogramminglanguageforcreatingplatform-independentprogramsandappletsthatcanexecuteacrosstheworldwideweb.TheseSDEscancreatebothInternet,intranet,andnon-Internet/intranetapplications.InformationTechnologyArchitectureProcessArchitecture-TheSoftwareDevelopmentEnvironmentandSystemManagementSystemManagement:Client/servercomputingapplicationsusuallyrequireoneormoreofthefollowingcommonprocessdevelopmentandmanagementtools:TransactionProcessing(TP)Monitors—softwarethatensuresthatallofthedataassociatedwithasinglebusinesstransactionisprocessedasasingletransactionamongstall
温馨提示
- 1. 本站所有资源如无特殊说明,都需要本地电脑安装OFFICE2007和PDF阅读器。图纸软件为CAD,CAXA,PROE,UG,SolidWorks等.压缩文件请下载最新的WinRAR软件解压。
- 2. 本站的文档不包含任何第三方提供的附件图纸等,如果需要附件,请联系上传者。文件的所有权益归上传用户所有。
- 3. 本站RAR压缩包中若带图纸,网页内容里面会有图纸预览,若没有图纸预览就没有图纸。
- 4. 未经权益所有人同意不得将文件中的内容挪作商业或盈利用途。
- 5. 人人文库网仅提供信息存储空间,仅对用户上传内容的表现方式做保护处理,对用户上传分享的文档内容本身不做任何修改或编辑,并不能对任何下载内容负责。
- 6. 下载文件中如有侵权或不适当内容,请与我们联系,我们立即纠正。
- 7. 本站不保证下载资源的准确性、安全性和完整性, 同时也不承担用户因使用这些下载资源对自己和他人造成任何形式的伤害或损失。
最新文档
- 2025空气质量检测合同
- 2025婚礼策划服务合同模版
- 2025农产品订购的合同样本
- 2025居间服务合同私人贴息
- 2025教育机构员工合同模板
- 2025景观设计合同书范本
- 2025标准劳务分包合同范本
- 《全球市场营销品牌战略》课件
- 别墅室内设计方案
- 初中环境雕塑设计课件
- 2025年装维智企工程师(三级)复习模拟100题及答案
- 国家管网集团西南管道昆明输油气分公司突发环境事件综合应急预案
- 停送电培训课件
- 美学《形象设计》课件
- 江苏省建筑与装饰工程计价定额(2014)电子表格版
- 探析小学数学作业分层设计与评价获奖科研报告
- 入团志愿书样本(空白)
- 2022年续聘申请书
- 单片机病房呼叫系统设计
- 交通信号系统红绿灯安装专项施工方案
- DB14∕T 2024-2020 出口水果包装厂管理规范
评论
0/150
提交评论