CN100430940C - 编程门户应用程序的方法和系统 - Google Patents
编程门户应用程序的方法和系统 Download PDFInfo
- Publication number
- CN100430940C CN100430940C CNB2005101253126A CN200510125312A CN100430940C CN 100430940 C CN100430940 C CN 100430940C CN B2005101253126 A CNB2005101253126 A CN B2005101253126A CN 200510125312 A CN200510125312 A CN 200510125312A CN 100430940 C CN100430940 C CN 100430940C
- Authority
- CN
- China
- Prior art keywords
- applet
- user
- portlet
- api
- location identifier
- Prior art date
- Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
- Expired - Fee Related
Links
- 238000000034 method Methods 0.000 title claims abstract description 36
- 238000013507 mapping Methods 0.000 claims abstract 3
- 230000006870 function Effects 0.000 claims description 8
- 239000003973 paint Substances 0.000 description 6
- 230000005540 biological transmission Effects 0.000 description 4
- 239000007799 cork Substances 0.000 description 4
- 238000013500 data storage Methods 0.000 description 3
- 238000004364 calculation method Methods 0.000 description 2
- 238000010586 diagram Methods 0.000 description 2
- 230000003068 static effect Effects 0.000 description 2
- 244000035744 Hura crepitans Species 0.000 description 1
- 238000005538 encapsulation Methods 0.000 description 1
- 230000002452 interceptive effect Effects 0.000 description 1
- 239000000463 material Substances 0.000 description 1
- 210000003733 optic disk Anatomy 0.000 description 1
- 238000012856 packing Methods 0.000 description 1
- 230000004044 response Effects 0.000 description 1
- 239000004065 semiconductor Substances 0.000 description 1
- 239000000344 soap Substances 0.000 description 1
Images
Classifications
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F9/00—Arrangements for program control, e.g. control units
- G06F9/06—Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
- G06F9/46—Multiprogramming arrangements
- G06F9/54—Interprogram communication
- G06F9/542—Event management; Broadcasting; Multicasting; Notifications
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F9/00—Arrangements for program control, e.g. control units
- G06F9/06—Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
- G06F9/44—Arrangements for executing specific programs
- G06F9/451—Execution arrangements for user interfaces
- G06F9/452—Remote windowing, e.g. X-Window System, desktop virtualisation
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F2209/00—Indexing scheme relating to G06F9/00
- G06F2209/54—Indexing scheme relating to G06F9/54
- G06F2209/544—Remote
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F2209/00—Indexing scheme relating to G06F9/00
- G06F2209/54—Indexing scheme relating to G06F9/54
- G06F2209/545—Gui
Landscapes
- Engineering & Computer Science (AREA)
- Software Systems (AREA)
- Theoretical Computer Science (AREA)
- Physics & Mathematics (AREA)
- General Engineering & Computer Science (AREA)
- General Physics & Mathematics (AREA)
- Multimedia (AREA)
- Human Computer Interaction (AREA)
- Stored Programmes (AREA)
- User Interface Of Digital Computer (AREA)
- Information Transfer Between Computers (AREA)
Abstract
提供了用于实现从客户端到服务器的动态图形接口的操作的系统和方法。该方法包括在门户接收多个用户生成的绘画位置标识符,将用户生成的绘画位置标识符通过Applet应用程序编程接口(API)映射到Applet功能,利用所述用户生成的绘画位置标识符使用绘图方法生成绘画。在生成绘画之后,绘画被返回到与用户生成的绘画位置标识符关联的用户。用户生成的绘画位置标识符可以是鼠标点击、敲击以及通过笔进行的平板PC图形指示中的一个或多个。门户通过Applet API启用图形接口,Applet API被存储在Java存档文件(JAR)中。JAR文件能使多个用户查看绘画,而无需本地文件。
Description
技术领域
一般来说,本发明涉及编程代码,具体来说,涉及使用Java小程序应用程序编程接口(API)的编程门户应用程序的系统和方法。
背景技术
自从Java编程在1995年开始,Java小程序在计算机编程行业是已知的。Java小程序通常从网站部署,以独立于用户的本地文件与用户的浏览器应用程序进行操作。Java小程序仍在继续流行,因为程序员可以只用编码所需的五个主要方法来相对轻松地编写代码。Java小程序已经被诸如servlet、Java Server Page(JSP)和portlet之类的更加健壮和复杂编程序模块取代。servlet是对服务器的扩展,其增强了服务器的功能。servlet的最常见的用途是通过提供动态Web内容来扩展Web服务器。它们是在Web服务器上运行并建立Web页面的程序。servlet可以动态地建立Web页面。快速建立Web页面是有用的,因为Web页面可以基于由用户提交的数据。此外,数据会频繁地变化,页面可以动态地建立页面,以便可以查看当前信息。Java Server Page(JSP)是允许您将常规静态HTML与动态生成的HTML混合的技术。由CGI程序建立的许多Web页面大部分是静态的,动态部分限于几个小的位置。但大多数CGI变体,包括servlet,使您通过程序来生成整个页面,即使其大多数总是相同的。JSP允许单独地创建两个部分。
Portlet是向门户用户显示相关信息的可重复使用的Web组件。Portlet可以被用来实现电子邮件、天气、讨论论坛和新闻。Portlet标准可使开发人员创建可以被用来在任何门户中支持标准的portlet。
portlet、servlet、等等所存在的问题是,存在在服务器上难以实现的功能,如使用诸如drawRect等等之类的标准图形方法动态地创建图形,此后,将图形编码为.jpg文件等等的能力。Portlet和servlet不允许有效的存储,以便Web服务器可以轻松地定位这样的文件。当前方法不会轻松地允许这样的文件被动态地创建或允许多个并发用户使用相同的portlet来访问这样的文件。如此,门户应用程序有必要用将允许程序员更加轻松地编写可以在门户服务器内运行的基于图形的应用程序的技术来实现。
发明内容
提供了一种系统和方法,它们用于向最终用户提供编写数据包并上传程序以在他们自己的可与其他最终用户共享的门户服务器的门户环境内运行的能力。程序是作为小程序来实现的并作为Java存档(JAR)格式化文件来封装,这些文件可以被限制到在有限大小的工作空间内编写文件,以访问任何托管的数据库(如果授予适当的访问权限的话)。根据实施例,程序可以作为可以显示在最终用户门户上的.jpg文件或作为可扩展的矢量图类型文件来在服务器上创建图像内容。在一个实施例中,鼠标点击可以是转换为作为用于生成新图像的鼠标坐标发送回来SOAP消息或操作URL。
附图说明
当结合下列附图考虑所说明的实施例的下列详细描述时,可以对本发明作出更好的理解,其中:
图1是支持所声明的主题的示范性系统体系结构的方框图;
图2是支持所声明的主题的门户服务器系统的方框图;以及
图3是显示根据本发明的实施例的方法的流程图。
具体实施方式
虽然是对编程语言进行特定参考而进行描述的,但是,当前发明的系统和方法可以对于诸如口头语言等等之类的任何解释语言来实现。图1显示了示范性体系结构100,其中,实现了根据本发明的系统。那些精通计算技术的人将认识到,除了下面将描述的应用程序和体系结构外,所说明的实施例与各式各样的应用程序和体系结构相关。此外,本发明的功能可以以软件、硬件或软件和硬件的组合来实现。硬件部分可以使用专门的逻辑来实现;软件部分可以存储在存储器中或存储在记录介质中,并由诸如微处理器之类的适当的指令执行系统来执行。
在本文档的上下文中,“存储器”或“记录介质”可以是包含、存储、传递、传播或传输程序和/或数据以便供指令执行系统、设备使用的任何装置。存储器和记录介质可以是,但不仅限于,电子、磁性、光学、电磁、红外线或半导体系统、设备。存储器和记录介质还包括,但不仅限于,下列各项:便携式计算机磁盘、随机存取存储器(RAM)、只读存储器(ROM)、可擦与可编程只读存储器(EPROM或闪速存储器),以及便携式光盘只读存储器或在其上面可以存储程序和/或数据的其他合适的介质。
图1是支持所声明的主题的示范性系统体系结构100的方框图。系统100包括计算设备101,在该示例中是个人计算机(PC)。显示器103、键盘105,以及鼠标107连接到PC 101。显示器103、键盘105和鼠标107向用户提供了与PC 101进行交互的装置。PC101中还包括中央处理单元(CPU)109和记录介质,或数据存储111。那些精通计算技术的人应该熟悉PC 101以及相关的组件103、105、107、109和111。
PC 101通过连接117连接到因特网115。具有数据存储121的数据服务器119也连接到因特网115。PC 101的用户可以通过因特网115访问各种信息源,如数据存储119上的源文件123。
PC 101可以被配置为处理来自客户端应用程序的请求的Web服务器,也可以被配置为向连接的Web服务器发送请求的客户端。
根据实施例,PC 101可以被配置为包括根据实施例的门户应用程序的Web服务器。具体来说,请参看图2,根据实施例,Web应用程序服务器200被配置为允许程序员使用在Web应用程序服务器200上运行的小程序210作为portlet 220的小程序接口。portlet 220被配置为调用小程序210。图2还显示了被配置为提供最终用户可以在其上面绘画的帆布/图形240的门户容器230。门户/小程序接口240被配置为帆布,该帆布操作以允许用户通过跟踪用户可以点击的位置传递鼠标坐标,例如,后者被传递到服务器以允许服务器端小程序通过Applet API作出响应。从而,Applet API创建图形门户。在一个实施例中,提供了基于SVG的图形,以便在返回的Web页面中生成SVG标记。
门户容器230可以被配置为与JavaTM存档(JAR)文件250进行操作。JAR格式文件250可使用户将多个文件束存储在单个存档文件中。JAR文件250被配置为包含与根据本发明的小程序和应用程序关联的类文件和辅助资源。JAR文件250可以允许用户对JAR文件的内容进行数字签名。
根据实施例,小程序210被捆绑在JAR文件250中,小程序的类文件和关联的资源在单个HTTP事务中被下载到浏览器中。JAR文件格式250定义扩展的封装,以便添加功能。存储在JAR文件存储在数据包可以可选地被密封,以便数据包可以实施版本一致性。将数据包密封在JAR文件内假设,可以在相同JAR文件中查找该数据包中定义的所有类。以前的解决方案要求用户用在JAR文件中编码的APPLET(Web页面,具有APPLET标记)来访问Web页面。Web页面是由浏览器读取的。JAR文件被下载到浏览器高速缓存中,并在浏览器沙箱内执行,以防止任何文件在浏览器机器上发生改变。
实施例假设,门户/小程序接口240被配置为要与小程序210可操作的applet API,并与Web浏览器一起工作。这里根据实施例的Applet API可以由Applet类的java.applet数据包和AppletContext接口来提供。Applet API 240可以被配置以允许加载相对于小程序(或它在其中运行的页面)的URL指定的数据文件;显示短的状态字符串;允许文档显示在浏览器上;查找其他小程序;播放声音;以及检索<APPLET>标记中的用户指定的参数。如此,实施例允许门户程序员在通过门户-到-小程序接口适配器编写门户应用程序时选择APPLET API。适配器可以被配置为向小程序提供图形,以便由程序员在绘画上使用。
例如,当执行paint()时,适配器将数据转换为.JPG或.SVG,将它传输到浏览器窗口,以便与其他门户内容一起显示。如此,门户小程序在应用程序Web服务器200上运行,而不是在浏览器的计算机上运行。
具体来说,Applet API 240进一步可使portlet 220接收用户操作,并将它们传递到Applet 210上,并提供交互图形。作为响应,Applet 210根据绘图方法或绘画的其他适当方法执行绘画。Applet210退出绘图方法,以使portlet 220将生成的一切返回到用户。如此,Applet API 240运行,以将门户方法映射到Applet 210方法。
现在请参看图3,流程图了显示了根据实施例的方法。区块310用于在门户接收用户生成的绘画位置标识符,这些位置可以是鼠标点击、敲击以及通过笔等等进行的平板PC图形指示。区块320用于将用户生成的绘画位置标识符通过JAR文件内的Applet API映射到小程序功能。区块330使用用户生成的绘画位置标识符生成绘画。区块340用于退出小程序中的绘图方法。区块350将生成的绘画传输到用户。
在一个实施例中,门户网站可以被配置为使用多个门户,这些门户可以用来提供Web页面的某些部分。根据实施例,自定义门户被配置为Applet API以使用户通过诸如Applet.paint()方法之类的方法在用户可查看的图形区域进行绘画。可以根据实施例来对网站进行配置,以提供门户适配器以将门户API重新映射到Applet API,以便小程序能够在门户环境内运行。如此,当用户从客户端机器上传数据时,数据流到门户服务器,并从门户服务器到门户,并从门户到包装的小程序。
一旦小程序接收用户输入数据,Applet可以在图形上进行绘画。然后,门户可以将图形保存在JPG文件或以其他适当的文件格式进行保存。此后,门户可以被配置为对于包含.JPG文件(例如,基于.SVG绘画命令的文件)的Web页面传输通用资源定位器(URL)。门户服务器可以被配置为将门户Web页面组合在一起,并将组合的Web页面传输到用户。
虽然是参考特定实施例特别显示和描述本发明的,但是那些精通本技术的普通人员将理解,在不偏离本发明的精神和范围的情况下,可以在形式上和细节上进行前述的及其他变化,包括而不限于,以相同或不同的顺序执行的较多的、较少的或修改的元素和/或较多的、较少的或修改的步骤。
Claims (14)
1.一种实现从客户端到服务器的动态图形接口的方法,该方法包括:
在Portlet接收多个用户生成的绘画位置标识符;
将用户生成的绘画位置标识符通过Applet应用程序编程接口API映射到Applet功能;以及
通过Applet功能利用所述用户生成的绘画位置标识符使用绘图方法生成绘画。
2.根据权利要求1所述的方法,进一步包括将绘画返回到与用户生成的绘画位置标识符关联的用户。
3.根据权利要求1所述的方法,其中用户生成的绘画位置标识符是鼠标点击、敲击以及通过笔进行的平板PC图形指示中的一个或多个。
4.根据权利要求1所述的方法,其中,所述Portlet通过AppletAPI启用图形接口。
5.根据权利要求1所述的方法,其中,Applet是使用Java编程语言命令来编写的。
6.根据权利要求1所述的方法,其中,Applet API被存储在Java存档文件JAR中。
7.根据权利要求1所述的方法,其中,映射包括将Applet方法映射到Portlet方法。
8.根据权利要求6所述的方法,其中,Applet API允许多个用户查看绘画,而无需本地文件。
9.一种计算机系统,包括:
处理器;
连接到处理器的存储器;
通过处理器可操作的Portlet,所述Portlet被配置为接收多个用户生成的绘画位置标识符;
连接到所述Portlet的Applet应用程序编程接口API,AppletAPI被配置为通过所述Portlet映射用户生成的绘画位置标识符;以及
绘图功能,该绘图功能被配置为通过Applet利用所述用户生成的绘画位置标识符使用绘图方法生成绘画。
10.根据权利要求9所述的计算机系统,其中,所述Portlet通过Applet API启用图形接口。
11.根据权利要求9所述的计算机系统,其中,Applet API被存储在Java存档文件JAR中。
12.根据权利要求9所述的计算机系统,其中用户生成的绘画位置标识符是鼠标点击、敲击以及通过笔进行的平板PC图形指示中的一个或多个。
13.根据权利要求9所述的计算机系统,其中,绘画是通过画图方法来进行的。
14.根据权利要求9所述的计算机系统,其中,Applet API被配置为将Applet方法映射到Portlet方法。
Applications Claiming Priority (2)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
US10/992,523 US7509659B2 (en) | 2004-11-18 | 2004-11-18 | Programming portal applications |
US10/992,523 | 2004-11-18 |
Publications (2)
Publication Number | Publication Date |
---|---|
CN1776680A CN1776680A (zh) | 2006-05-24 |
CN100430940C true CN100430940C (zh) | 2008-11-05 |
Family
ID=36698557
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
CNB2005101253126A Expired - Fee Related CN100430940C (zh) | 2004-11-18 | 2005-11-15 | 编程门户应用程序的方法和系统 |
Country Status (2)
Country | Link |
---|---|
US (1) | US7509659B2 (zh) |
CN (1) | CN100430940C (zh) |
Families Citing this family (45)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US9083798B2 (en) * | 2004-12-22 | 2015-07-14 | Nuance Communications, Inc. | Enabling voice selection of user preferences |
US20060287865A1 (en) * | 2005-06-16 | 2006-12-21 | Cross Charles W Jr | Establishing a multimodal application voice |
US8090584B2 (en) * | 2005-06-16 | 2012-01-03 | Nuance Communications, Inc. | Modifying a grammar of a hierarchical multimodal menu in dependence upon speech command frequency |
US7917365B2 (en) * | 2005-06-16 | 2011-03-29 | Nuance Communications, Inc. | Synchronizing visual and speech events in a multimodal application |
US20060288309A1 (en) * | 2005-06-16 | 2006-12-21 | Cross Charles W Jr | Displaying available menu choices in a multimodal browser |
US8073700B2 (en) | 2005-09-12 | 2011-12-06 | Nuance Communications, Inc. | Retrieval and presentation of network service results for mobile device using a multimodal browser |
US9208785B2 (en) | 2006-05-10 | 2015-12-08 | Nuance Communications, Inc. | Synchronizing distributed speech recognition |
US7848314B2 (en) * | 2006-05-10 | 2010-12-07 | Nuance Communications, Inc. | VOIP barge-in support for half-duplex DSR client on a full-duplex network |
US9804861B2 (en) * | 2006-06-09 | 2017-10-31 | Paypal, Inc. | Configurable interfaces |
US7676371B2 (en) * | 2006-06-13 | 2010-03-09 | Nuance Communications, Inc. | Oral modification of an ASR lexicon of an ASR engine |
US8332218B2 (en) | 2006-06-13 | 2012-12-11 | Nuance Communications, Inc. | Context-based grammars for automated speech recognition |
US8374874B2 (en) | 2006-09-11 | 2013-02-12 | Nuance Communications, Inc. | Establishing a multimodal personality for a multimodal application in dependence upon attributes of user interaction |
US8145493B2 (en) * | 2006-09-11 | 2012-03-27 | Nuance Communications, Inc. | Establishing a preferred mode of interaction between a user and a multimodal application |
US7957976B2 (en) | 2006-09-12 | 2011-06-07 | Nuance Communications, Inc. | Establishing a multimodal advertising personality for a sponsor of a multimodal application |
US8073697B2 (en) | 2006-09-12 | 2011-12-06 | International Business Machines Corporation | Establishing a multimodal personality for a multimodal application |
US8086463B2 (en) | 2006-09-12 | 2011-12-27 | Nuance Communications, Inc. | Dynamically generating a vocal help prompt in a multimodal application |
US7827033B2 (en) * | 2006-12-06 | 2010-11-02 | Nuance Communications, Inc. | Enabling grammars in web page frames |
US8612230B2 (en) | 2007-01-03 | 2013-12-17 | Nuance Communications, Inc. | Automatic speech recognition with a selection list |
US8069047B2 (en) * | 2007-02-12 | 2011-11-29 | Nuance Communications, Inc. | Dynamically defining a VoiceXML grammar in an X+V page of a multimodal application |
US8150698B2 (en) | 2007-02-26 | 2012-04-03 | Nuance Communications, Inc. | Invoking tapered prompts in a multimodal application |
US7801728B2 (en) | 2007-02-26 | 2010-09-21 | Nuance Communications, Inc. | Document session replay for multimodal applications |
US7809575B2 (en) * | 2007-02-27 | 2010-10-05 | Nuance Communications, Inc. | Enabling global grammars for a particular multimodal application |
US9208783B2 (en) * | 2007-02-27 | 2015-12-08 | Nuance Communications, Inc. | Altering behavior of a multimodal application based on location |
US20080208589A1 (en) * | 2007-02-27 | 2008-08-28 | Cross Charles W | Presenting Supplemental Content For Digital Media Using A Multimodal Application |
US8938392B2 (en) * | 2007-02-27 | 2015-01-20 | Nuance Communications, Inc. | Configuring a speech engine for a multimodal application based on location |
US20080208594A1 (en) * | 2007-02-27 | 2008-08-28 | Cross Charles W | Effecting Functions On A Multimodal Telephony Device |
US7822608B2 (en) * | 2007-02-27 | 2010-10-26 | Nuance Communications, Inc. | Disambiguating a speech recognition grammar in a multimodal application |
US8713542B2 (en) * | 2007-02-27 | 2014-04-29 | Nuance Communications, Inc. | Pausing a VoiceXML dialog of a multimodal application |
US7840409B2 (en) * | 2007-02-27 | 2010-11-23 | Nuance Communications, Inc. | Ordering recognition results produced by an automatic speech recognition engine for a multimodal application |
US8843376B2 (en) | 2007-03-13 | 2014-09-23 | Nuance Communications, Inc. | Speech-enabled web content searching using a multimodal browser |
US7945851B2 (en) | 2007-03-14 | 2011-05-17 | Nuance Communications, Inc. | Enabling dynamic voiceXML in an X+V page of a multimodal application |
US8670987B2 (en) * | 2007-03-20 | 2014-03-11 | Nuance Communications, Inc. | Automatic speech recognition with dynamic grammar rules |
US8515757B2 (en) | 2007-03-20 | 2013-08-20 | Nuance Communications, Inc. | Indexing digitized speech with words represented in the digitized speech |
US8909532B2 (en) * | 2007-03-23 | 2014-12-09 | Nuance Communications, Inc. | Supporting multi-lingual user interaction with a multimodal application |
US8788620B2 (en) | 2007-04-04 | 2014-07-22 | International Business Machines Corporation | Web service support for a multimodal client processing a multimodal application |
US8725513B2 (en) * | 2007-04-12 | 2014-05-13 | Nuance Communications, Inc. | Providing expressive user interaction with a multimodal application |
US8862475B2 (en) * | 2007-04-12 | 2014-10-14 | Nuance Communications, Inc. | Speech-enabled content navigation and control of a distributed multimodal browser |
US8082148B2 (en) | 2008-04-24 | 2011-12-20 | Nuance Communications, Inc. | Testing a grammar used in speech recognition for reliability in a plurality of operating environments having different background noise |
US8214242B2 (en) * | 2008-04-24 | 2012-07-03 | International Business Machines Corporation | Signaling correspondence between a meeting agenda and a meeting discussion |
US8121837B2 (en) * | 2008-04-24 | 2012-02-21 | Nuance Communications, Inc. | Adjusting a speech engine for a mobile computing device based on background noise |
US9349367B2 (en) * | 2008-04-24 | 2016-05-24 | Nuance Communications, Inc. | Records disambiguation in a multimodal application operating on a multimodal device |
US8229081B2 (en) * | 2008-04-24 | 2012-07-24 | International Business Machines Corporation | Dynamically publishing directory information for a plurality of interactive voice response systems |
CN101324900B (zh) * | 2008-07-30 | 2012-05-02 | 金蝶软件(中国)有限公司 | 一种打开图形使用者界面的方法、装置及系统 |
TWI413938B (zh) * | 2009-12-02 | 2013-11-01 | Phison Electronics Corp | 情感引擎、情感引擎系統及電子裝置的控制方法 |
CN101814095A (zh) * | 2010-04-09 | 2010-08-25 | 株洲南车时代电气股份有限公司 | 实时数据地面绘图方法及系统 |
Citations (2)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US20020174174A1 (en) * | 2001-04-13 | 2002-11-21 | Anupriya Ramraj | System and method for monitoring execution time of a transaction |
CN1409841A (zh) * | 1999-10-13 | 2003-04-09 | 笔友电子邮件体系合伙公司 | 用于创建和发送图形电子邮件的方法和系统 |
Family Cites Families (13)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US7711598B2 (en) * | 1996-10-25 | 2010-05-04 | Ipf, Inc. | Web-based consumer product marketing communication network for managing and delivering consumer product marketing communications to consumers along e-commerce (EC) enabled web sites on the world wide web (WWW), using multi-mode virtual kiosks (MMVKS) driven by server=side components embodying consumer product identifiers and driven by consumer product information (CPI) links managed by product manufacturer team members and/or their agents |
US5935249A (en) * | 1997-02-26 | 1999-08-10 | Sun Microsystems, Inc. | Mechanism for embedding network based control systems in a local network interface device |
US6564250B1 (en) * | 1997-08-21 | 2003-05-13 | Planetweb, Inc. | Miniclient for internet appliance |
US6763373B2 (en) * | 1999-10-13 | 2004-07-13 | Datahouse Labs, Inc. | Method and system for creating and sending handwritten or handdrawn messages |
US6564249B2 (en) * | 1999-10-13 | 2003-05-13 | Dh Labs, Inc. | Method and system for creating and sending handwritten or handdrawn messages |
US7653744B2 (en) * | 2000-06-12 | 2010-01-26 | At&T Mobility Ii Llc | Method and apparatus for sharing wireless content |
US20040027375A1 (en) * | 2000-06-12 | 2004-02-12 | Ricus Ellis | System for controlling a display of the user interface of a software application |
US6571201B1 (en) * | 2000-08-18 | 2003-05-27 | Gilbarco Inc. | Remote-access fuel dispenser using a data type aware mark-up language |
FI20002823A (fi) * | 2000-12-21 | 2002-06-22 | Nokia Corp | Tiedonsiirto |
US6941337B2 (en) * | 2001-06-07 | 2005-09-06 | Nokia Corporation | Interaction arrangement for a sequence of interactions providing a service to a user |
AU2002336667B2 (en) * | 2001-10-24 | 2007-06-21 | Oracle International Corporation | Data synchronization |
JP2004062243A (ja) * | 2002-07-24 | 2004-02-26 | Internatl Business Mach Corp <Ibm> | クライアントサーバシステム、クライアント、サーバ、コンピュータ装置、印刷用イメージの作成方法及びプログラム |
US7184523B2 (en) * | 2002-10-31 | 2007-02-27 | Comverse, Inc. | Voice message based applets |
-
2004
- 2004-11-18 US US10/992,523 patent/US7509659B2/en not_active Expired - Fee Related
-
2005
- 2005-11-15 CN CNB2005101253126A patent/CN100430940C/zh not_active Expired - Fee Related
Patent Citations (2)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN1409841A (zh) * | 1999-10-13 | 2003-04-09 | 笔友电子邮件体系合伙公司 | 用于创建和发送图形电子邮件的方法和系统 |
US20020174174A1 (en) * | 2001-04-13 | 2002-11-21 | Anupriya Ramraj | System and method for monitoring execution time of a transaction |
Also Published As
Publication number | Publication date |
---|---|
US7509659B2 (en) | 2009-03-24 |
US20060168595A1 (en) | 2006-07-27 |
CN1776680A (zh) | 2006-05-24 |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
CN100430940C (zh) | 编程门户应用程序的方法和系统 | |
US20200396186A1 (en) | Thumbnail image previews | |
US8196039B2 (en) | Relevant term extraction and classification for Wiki content | |
KR101099272B1 (ko) | 외부 프로그램 테마를 사용하는 웹페이지 렌더링을 위한 테마 적용 방법 | |
Guerrero-Garcia et al. | A theoretical survey of user interface description languages: Preliminary results | |
CN102129364B (zh) | 应用程序中嵌入微件工具栏的方法和快速访问微件的方法 | |
CN100476734C (zh) | 用于修改信息以从源语言变换为目标语言的方法和系统 | |
CN112685029B (zh) | 一种可视化模板的生成方法、装置、设备及存储介质 | |
US8826297B2 (en) | Creating web services from an existing web site | |
US20080215968A1 (en) | System and Method for Managing Content of Rich Media | |
CN1749961A (zh) | 使用网络模型的单机软件 | |
WO2004021124A2 (en) | Method and system for multilingual display generation | |
CN111324833A (zh) | 页面展示方法、装置、电子设计及计算机可读介质 | |
CN111428170B (zh) | web页面渲染方法及装置 | |
Butler | Current technologies for device independence | |
CN104798067A (zh) | Web服务器系统、辞典系统、辞典调用方法、画面控件显示方法以及演示应用生成方法 | |
US11789707B2 (en) | Tool for creating forms in webpage | |
CN113419711A (zh) | 页面引导方法、装置、电子设备及存储介质 | |
CN105706023A (zh) | 与不支持的输入设备的通信 | |
US20170139895A1 (en) | Method and System for Report Generation | |
Honkala | Web user interaction: a declarative approach based on XForms | |
CN105630149A (zh) | 用于提供包含手语的用户界面的技术 | |
CN112732254A (zh) | 网页开发方法、装置、计算机设备和存储介质 | |
Rachovski et al. | Conceptual model of an application for automated generation of webpage mobile versions | |
CN115062255B (zh) | 网站适配的方法、装置、电子设备及计算机可读存储介质 |
Legal Events
Date | Code | Title | Description |
---|---|---|---|
C06 | Publication | ||
PB01 | Publication | ||
C10 | Entry into substantive examination | ||
SE01 | Entry into force of request for substantive examination | ||
C14 | Grant of patent or utility model | ||
GR01 | Patent grant | ||
CF01 | Termination of patent right due to non-payment of annual fee |
Granted publication date: 20081105 |
|
CF01 | Termination of patent right due to non-payment of annual fee |