System and method for interfacing and separating formatted...

Data processing: software development – installation – and managem – Software program development tool

Reexamination Certificate

Rate now

  [ 0.00 ] – not rated yet Voters 0   Comments 0

Details

C717S101000, C717S110000

Reexamination Certificate

active

06574790

ABSTRACT:

FIELD OF THE INVENTION
The present invention relates to the field of computer systems, and in particular to systems which serve content over a network.
BACKGROUND OF THE INVENTION
When a user requests infromation from a content server system
10
, an example of which is shown in
FIG. 1
, such as a World Wide Web (web) server, some content
12
will be static in that it is provided to the user regardless of the request by the user, while other content is often dynamically generated by the server executing an embedded source code program
14
. The content document to be provided to the user is parsed by a parser
15
to separate static and dynamic content. A verbatim pass-through
16
provides the static content and program code interpreter
18
interprets the embedded source code program to obtain the dynamic content. Alternatively, the program code may be compiled.
In one example, a web server with an application for displaying a stock quote in response to a request from a user dynamically generates a HyperText Markup Language (HTML) page by executing a source code program that looks up the price of the stock and properly formats the information into valid HTML. A box or line for displaying the stock quote may be static content that is the same regardless of which stock quote is entered.
A common technique for generating properly formatted content is to embed HTML formatting directives (tags) directly into the source program code. For example, the following Java code fragment might display a single quote:
out.println(“<B>”+getCompanyName( )+“</B>”);
out.println(“<I>”+getCompanySymbol( )+“</I>”);
out.println(“$”+getFormattedPrice( ));
In the above example, the text contained between the “<” and “>” characters are HTML tags that produce the desired formatting, while the program code performs the operation of looking up the price and the company name for a stock symbol. When executed, the above program code might yield the following HTML for the fictitious company “Acme Widgets”:
<B>Acme Widgets, Inc.</B> <I>ACMW</I> $42 1/8
When viewed in an HTML browser, the browser would interpret the tags <B> and <I> as bolding and italic directives yielding the following rendition:
Acme Widgets, Inc. ACMW $42⅛
As a further example, it may be desirable to modify the above formatting so that the price is bolded and the company name is not. Such a modification to the formatting would require that a programmer modify the Java source code as follows:
out.println(getCompanyName( ));
out.println(“<I>”+getCompanySymbol( )+“</I>”);
out.println(“<B>$”+getFormattedPrice( )+“</B>”);
The resulting rendered HTML would appear as follows:
Acme Widgets, Inc. ACMW $42⅛
This technique of embedding the content formatting directives, such as HTML tags, directly within source program code means that even the simplest change to the desired formatting of the content requires modification, compilation, and testing of the source program code. Furthermore, it is difficult to reuse the source program code in different applications as the generated formatting tags may conflict with the desired format of the new application. Moreover, the generated content is generally embedded within a considerable amount of static content such as page headers, paragraph titles, and layout directives, and such static content must interact cooperatively with the generated content in order for the entire page to be generated correctly. These issues increase the cost of development and maintenance of such applications.
SUMMARY OF THE INVENTION
A system and method for interfacing and separating formatted content and program code enables modifications to the formatted content to be made independently of the program code and provides greater reusability of the program code. The system and method have particular application to implementing servers for dynamic web content and applications.
The system and method interface and separate formatted content and program code in connection with a content server system. The system includes a document preprocessor, a compiler, and an execution context manager. The document preprocessor parses and analyzes a formatted content document that contains program invocations and translates the program invocations into a procedure having program code suitable for compilation or intepretation. The preprocessor also encodes designated segments of the content document as subprocedures which are invoked within a context managed by the execution context manager. The execution context manager allows values of parameters to be mapped to named parameters so that the values are available to the invoked procedures and programs. As a result, the content server system provides separation between the formatted content and program code.


REFERENCES:
patent: 5572643 (1996-11-01), Judson
patent: 5623656 (1997-04-01), Lyons
patent: 5649186 (1997-07-01), Ferguson
patent: 5659729 (1997-08-01), Nielsen
patent: 5710887 (1998-01-01), Chelliah et al.
patent: 5745360 (1998-04-01), Leone et al.
patent: 5781914 (1998-07-01), Stork et al.
patent: 5809250 (1998-09-01), Kisor
patent: 5958013 (1999-09-01), King et al.
patent: 5987482 (1999-11-01), Bates et al.
patent: 6061695 (2000-05-01), Slivka et al.
patent: 6070176 (2000-05-01), Downs et al.
patent: 6230318 (2001-05-01), Halstead et al.
patent: 6253228 (2001-06-01), Ferris et al.
patent: 6272673 (2001-08-01), Dale et al.
patent: 6314439 (2001-11-01), Bates et al.
patent: 6405564 (2002-06-01), Bowman-Amuah
patent: 6463442 (2002-10-01), Bent et al.
patent: 0 774 722 (1997-05-01), None
patent: WO 98/04985 (1998-02-01), None
Ells, “Desigining usable hypertext document in Mosaic”, ACM pp 165-167, 1994.*
Michalak et al., “Hypertext and the author/reader dialogue”, ACM Hypertext, pp 174-182, Nov. 1993.*
Chiu et a.,m “A generic dynamic mapping wrapper for open hypertext system support of analytical applications”, ACM Hypertext, pp 218-219, 1997.

LandOfFree

Say what you really think

Search LandOfFree.com for the USA inventors and patents. Rate them and share your experience with other people.

Rating

System and method for interfacing and separating formatted... does not yet have a rating. At this time, there are no reviews or comments for this patent.

If you have personal experience with System and method for interfacing and separating formatted..., we encourage you to share that experience with our LandOfFree.com community. Your opinion is very important and System and method for interfacing and separating formatted... will most certainly appreciate the feedback.

Rate now

     

Profile ID: LFUS-PAI-O-3139340

  Search
All data on this website is collected from public sources. Our data reflects the most accurate information available at the time of publication.