发明名称 Interactive server side components
摘要 Server side internet applications are created by placing interactive server side components (ISSC's) on internet pages. ISSC's encapsulate dynamic page functions including processing of user responses on the server and thus can be reused, which drastically reduces programming effort. The ISSC technique remembers information (in form of an ISSC object) about each ISSC during dynamic page generation on the server. Then, it generates HTML code in a way such that the ISSC event is sent to the server using a conventional HTTP GET or POST request. On the server, the event is then passed to the corresponding ISSC object. All components work without disturbing each other, even when nested or combined. A browser based editor can also be used to place ISSC's on pages and to modify their properties. During dynamic page generation, scripts and handles are embedded into the page that permit editing of the page itself.
申请公布号 US8935358(B2) 申请公布日期 2015.01.13
申请号 US201314018870 申请日期 2013.09.05
申请人 发明人 Emmelmann Helmut
分类号 G06F15/16;H04L29/08;H04L29/06;G06F9/44;G06F17/24;G06F17/30 主分类号 G06F15/16
代理机构 Dergosits & Noah LLP 代理人 Dergosits & Noah LLP
主权项 1. A computer implementing applications that send generated documents to a browser program in response to requests from the browser program, the computer running a document generator program that generates the generated documents, comprising: a data store; a processor; the document generator program residing in the data store; and a set of classes implementing components and residing in the data store, each class having a first method; the document generator program having instructions that when executed by the processor cause the processor to carry out the steps of: in response to an initial request from the browser program: storing a plurality of objects in the data store, each object belonging to one of the classes,assigning a unique identifier to each stored object, andgenerating a generated document having a plurality of the unique identifiers embedded in the generated document,in response to a subsequent request from the browser program: analyzing at least a portion of data contained in the subsequent request,for at least one unique identifier found in the data of the subsequent request, finding the object associated with the unique identifier in the plurality of objects, andcalling at least the first method of the object.
地址