JP2007200311A - ウェブ・サービス要求をキャッシュする方法、システム、及びコンピュータ・プログラム(ウェブ・サービス要求のキャッシュ) - Google Patents
ウェブ・サービス要求をキャッシュする方法、システム、及びコンピュータ・プログラム(ウェブ・サービス要求のキャッシュ) Download PDFInfo
- Publication number
- JP2007200311A JP2007200311A JP2006353278A JP2006353278A JP2007200311A JP 2007200311 A JP2007200311 A JP 2007200311A JP 2006353278 A JP2006353278 A JP 2006353278A JP 2006353278 A JP2006353278 A JP 2006353278A JP 2007200311 A JP2007200311 A JP 2007200311A
- Authority
- JP
- Japan
- Prior art keywords
- response
- web service
- cache
- request
- content
- 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.)
- Granted
Links
Images
Classifications
-
- G—PHYSICS
- G06—COMPUTING OR CALCULATING; COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F16/00—Information retrieval; Database structures therefor; File system structures therefor
- G06F16/90—Details of database functions independent of the retrieved data types
- G06F16/95—Retrieval from the web
- G06F16/957—Browsing optimisation, e.g. caching or content distillation
- G06F16/9574—Browsing optimisation, e.g. caching or content distillation of access to content, e.g. by caching
-
- G—PHYSICS
- G06—COMPUTING OR CALCULATING; COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F16/00—Information retrieval; Database structures therefor; File system structures therefor
- G06F16/90—Details of database functions independent of the retrieved data types
- G06F16/95—Retrieval from the web
- G06F16/958—Organisation or management of web site content, e.g. publishing, maintaining pages or automatic linking
- G06F16/972—Access to data in other repository systems, e.g. legacy data or dynamic Web page generation
Landscapes
- Engineering & Computer Science (AREA)
- Databases & Information Systems (AREA)
- Theoretical Computer Science (AREA)
- Data Mining & Analysis (AREA)
- Physics & Mathematics (AREA)
- General Engineering & Computer Science (AREA)
- General Physics & Mathematics (AREA)
- Information Transfer Between Computers (AREA)
Abstract
【解決手段】 ウェブ・サービス要求を受信したことに応答して、ウェブ・サービス・コントローラが、要求と関連するビジネス・ロジック・インターフェースを呼び出す。ビジネス・ロジック・インターフェースの出力は、キャッシュから取得するか、又は、ビジネス・ロジック・インターフェースから得るかのいずれかとすることができる。要求に対する応答を生成するように、カスタマイズ可能なテンプレートが実行される。応答がキャッシュ可能なコンテンツの組を含むかどうかに関して判定が行われる。応答がキャッシュ可能なコンテンツの組を含むと判定されたことに応答して、キャッシュ可能なコンテンツの組がキャッシュに格納される。応答は、要求元に送信される。
【選択図】 図3
Description
Claims (20)
- 要求元からのウェブ・サービス要求に対する応答を生成するための方法であって、
前記ウェブ・サービス要求を受信したことに応答して、前記要求と関連するビジネス・ロジック・インターフェースを呼び出すステップと、
前記要求に対する前記応答を生成するように、カスタマイズ可能なテンプレートを実行するステップと、
前記応答がキャッシュ可能なコンテンツの組を含むかどうかを判定するステップと、
前記応答がキャッシュ可能なコンテンツの組を含むと判定されたことに応答して、前記キャッシュ可能なコンテンツの組をキャッシュに格納するステップと、
前記応答を前記要求元に送信するステップと、
を含む方法。 - 前記ビジネス・ロジック・インターフェースの出力が、キャッシュの少なくとも1つから取得され、前記ビジネス・ロジック・インターフェースから得られる、請求項1に記載の方法。
- カスタマイズ可能なテンプレートを実行する前記ステップは、
前記応答がキャッシュ可能であるかどうかを判定するステップと、
前記応答がキャッシュ可能であると判定されたことに応答して、前記キャッシュ内の前記要求に対応するキャッシュされたコンテンツの組を特定するステップと、
前記キャッシュされたコンテンツの特定された組を取り出すステップ
をさらに含み、
前記応答は、前記キャッシュされたコンテンツの特定された組を含む、請求項1に記載の方法。 - 動的コンテンツの組を生成するようにテンプレート・フラグメントの組を実行するステップをさらに含み、前記動的コンテンツの組は、前記応答の動的部分を形成し、前記応答は、前記キャッシュされたコンテンツの組と前記動的コンテンツの組とを含む、請求項3に記載の方法。
- 前記要求に対する完全な応答が前記キャッシュに格納されていると判定されたことに応答して、前記カスタマイズ可能なテンプレートが実行されない、請求項1に記載の方法。
- 前記ビジネス・ロジック・インターフェースは、ウェブ・サービス・アプリケーションと関連するアプリケーション・プログラミング・インターフェースであり、前記応答は、前記アプリケーション・プログラミング・インターフェースの出力に基づいて生成される、請求項1に記載の方法。
- 前記ビジネス・ロジック・インターフェースに対する呼び出しを生成するために、前記ウェブ・サービス要求をウェブ・サービス・アプリケーションにマッピングするステップをさらに含む、請求項1に記載の方法。
- 前記ビジネス・ロジック・インターフェースの出力は、前記出力がキャッシュ可能であると判定されたことに応答して前記キャッシュに格納される、請求項1に記載の方法。
- 前記カスタマイズ可能なテンプレートを表すテキスト・ファイルを更新することによって前記応答のコンテンツを修正するステップをさらに含む、請求項1に記載のコンピュータに実装される方法。
- 前記応答をキャッシュすることを指定するキャッシュ・ポリシーが、前記テンプレートを表すテキスト・ファイルを更新することによって修正される、請求項1に記載のコンピュータに実装される方法。
- 前記キャッシュ可能なコンテンツは、フラグメント・キャッシュ・アプローチに従って前記キャッシュに格納される、請求項1に記載のコンピュータに実装される方法。
- 要求元からのウェブ・サービス要求に対する応答を生成するためコンピュータ・プログラムであって、
前記ウェブ・サービス要求を受信したことに応答して、前記要求と関連するビジネス・ロジック・インターフェースを呼び出すステップと、
前記要求に対する前記応答を生成するように、カスタマイズ可能なテンプレートを実行するステップと、
前記応答がキャッシュ可能なコンテンツの組を含むかどうかを判定するステップと、
前記応答がキャッシュ可能なコンテンツの組を含むと判定されたことに応答して、前記キャッシュ可能なコンテンツの組をキャッシュに格納するステップと、
前記応答を前記要求元に送信するステップと、
をコンピュータに実行させる、コンピュータ・プログラム。 - 前記ビジネス・ロジック・インターフェースの出力が、キャッシュの少なくとも1つから取得され、前記ビジネス・ロジック・インターフェースから得られる、請求項12に記載のコンピュータ・プログラム。
- 前記応答がキャッシュ可能であるかどうかを判定するステップと、
前記応答がキャッシュ可能であると判定されたことに応答して、前記キャッシュ内の前記要求に対応するキャッシュされたコンテンツの組を特定するステップと、
前記キャッシュされたコンテンツの特定された組を取り出すステップ
を、さらにコンピュータに実行させ、
前記応答は、前記キャッシュされたコンテンツの特定された組を含む、請求項12に記載のコンピュータ・プログラム。 - 動的コンテンツの組を生成するようにテンプレート・フラグメントの組を実行するステップをさらにコンピュータに実行させ、前記動的コンテンツの組は、前記応答の動的部分を形成し、前記応答は、前記キャッシュされたコンテンツの組と前記動的コンテンツの組とを含む、請求項14に記載のコンピュータ・プログラム。
- 前記要求に対する完全な応答が前記キャッシュに格納されていると判定されたことに応答して、前記カスタマイズ可能なテンプレートが実行されない、請求項12に記載のコンピュータ・プログラム。
- 前記キャッシュ可能なコンテンツは、フラグメント・キャッシュ・アプローチに従って前記キャッシュに格納される、請求項12に記載のコンピュータ・プログラム。
- 前記カスタマイズ可能なテンプレートを表すテキスト・ファイルを更新することによって前記応答のコンテンツを修正するステップをさらにコンピュータに実行させる、請求項12に記載のコンピュータ・プログラム。
- 前記応答をキャッシュすることを指定するキャッシュ・ポリシーが、前記テンプレートを表すテキスト・ファイルを更新することによって修正される、請求項12に記載のコンピュータ・プログラム。
- 要求元からのウェブ・サービス要求に対する応答を生成するためのシステムであって、
前記ウェブ・サービス要求を受信したことに応答して前記要求と関連するビジネス・ロジック・インターフェースを呼び出すウェブ・サービス・コントローラであって、前記インターフェースの出力を、キャッシュの少なくとも1つから取得し、前記ビジネス・ロジック・インターフェースから得ることができる、ウェブ・サービス・コントローラと、
前記要求に対する前記応答を生成するようにカスタマイズ可能なテンプレートを実行し、前記応答がキャッシュ可能なコンテンツの組を含むかどうかを判定し、前記応答がキャッシュ可能なコンテンツの組を含むと判定されたことに応答して前記キャッシュ可能なコンテンツの組を前記キャッシュに格納する、応答作成エンジンと、
前記応答を前記要求元に送信するウェブ・サービス・ランタイムと、
を備えるシステム。
Applications Claiming Priority (2)
| Application Number | Priority Date | Filing Date | Title |
|---|---|---|---|
| US11/337984 | 2006-01-24 | ||
| US11/337,984 US20070174420A1 (en) | 2006-01-24 | 2006-01-24 | Caching of web service requests |
Publications (2)
| Publication Number | Publication Date |
|---|---|
| JP2007200311A true JP2007200311A (ja) | 2007-08-09 |
| JP4868590B2 JP4868590B2 (ja) | 2012-02-01 |
Family
ID=38286855
Family Applications (1)
| Application Number | Title | Priority Date | Filing Date |
|---|---|---|---|
| JP2006353278A Expired - Fee Related JP4868590B2 (ja) | 2006-01-24 | 2006-12-27 | ウェブ・サービス要求をキャッシュする方法、システム、及びコンピュータ・プログラム |
Country Status (3)
| Country | Link |
|---|---|
| US (1) | US20070174420A1 (ja) |
| JP (1) | JP4868590B2 (ja) |
| CN (1) | CN101035125A (ja) |
Cited By (1)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| JP2011145735A (ja) * | 2010-01-12 | 2011-07-28 | Yahoo Japan Corp | ウェブページ生成装置、及びウェブページの生成方法 |
Families Citing this family (50)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| WO2003058483A1 (en) | 2002-01-08 | 2003-07-17 | Seven Networks, Inc. | Connection architecture for a mobile network |
| US8438633B1 (en) | 2005-04-21 | 2013-05-07 | Seven Networks, Inc. | Flexible real-time inbox access |
| US20060288396A1 (en) * | 2005-06-17 | 2006-12-21 | Mike Trainor | Adapting legacy software with an XML/XSL ISAPI |
| WO2006136660A1 (en) | 2005-06-21 | 2006-12-28 | Seven Networks International Oy | Maintaining an ip connection in a mobile network |
| US7464226B2 (en) * | 2006-02-23 | 2008-12-09 | Lars Andreas Reinertsen | Fractional caching |
| US8805425B2 (en) | 2007-06-01 | 2014-08-12 | Seven Networks, Inc. | Integrated messaging |
| US8146110B2 (en) * | 2007-12-10 | 2012-03-27 | Microsoft Corporation | Service platform for in-context results |
| US9002828B2 (en) | 2007-12-13 | 2015-04-07 | Seven Networks, Inc. | Predictive content delivery |
| US8862657B2 (en) | 2008-01-25 | 2014-10-14 | Seven Networks, Inc. | Policy based content service |
| US20090193338A1 (en) | 2008-01-28 | 2009-07-30 | Trevor Fiatal | Reducing network and battery consumption during content delivery and playback |
| US20090228804A1 (en) * | 2008-03-05 | 2009-09-10 | Microsoft Corporation | Service Preview And Access From an Application Page |
| US8909759B2 (en) | 2008-10-10 | 2014-12-09 | Seven Networks, Inc. | Bandwidth measurement |
| US9258391B2 (en) * | 2009-05-29 | 2016-02-09 | Canon Kabushiki Kaisha | Processing method and apparatus |
| CN101997854B (zh) * | 2009-08-31 | 2013-09-18 | 阿里巴巴集团控股有限公司 | 一种提供数据服务的处理系统及方法 |
| US8838783B2 (en) | 2010-07-26 | 2014-09-16 | Seven Networks, Inc. | Distributed caching for resource and mobile network traffic management |
| EP2599003B1 (en) | 2010-07-26 | 2018-07-11 | Seven Networks, LLC | Mobile network traffic coordination across multiple applications |
| US9043366B2 (en) | 2010-10-01 | 2015-05-26 | International Business Machines Corporation | High performance map editor for business analysts |
| US8843153B2 (en) | 2010-11-01 | 2014-09-23 | Seven Networks, Inc. | Mobile traffic categorization and policy for network use optimization while preserving user experience |
| WO2012060995A2 (en) | 2010-11-01 | 2012-05-10 | Michael Luna | Distributed caching in a wireless network of content delivered for a mobile application over a long-held request |
| US8484314B2 (en) | 2010-11-01 | 2013-07-09 | Seven Networks, Inc. | Distributed caching in a wireless network of content delivered for a mobile application over a long-held request |
| EP2636268B1 (en) | 2010-11-22 | 2019-02-27 | Seven Networks, LLC | Optimization of resource polling intervals to satisfy mobile device requests |
| WO2012094675A2 (en) | 2011-01-07 | 2012-07-12 | Seven Networks, Inc. | System and method for reduction of mobile network traffic used for domain name system (dns) queries |
| GB2504411A (en) | 2011-04-19 | 2014-01-29 | Seven Networks Inc | Shared resource and virtual resource management in a networked environment |
| WO2012149221A2 (en) | 2011-04-27 | 2012-11-01 | Seven Networks, Inc. | System and method for making requests on behalf of a mobile device based on atomic processes for mobile network traffic relief |
| GB2505585B (en) | 2011-04-27 | 2015-08-12 | Seven Networks Inc | Detecting and preserving state for satisfying application requests in a distributed proxy and cache system |
| EP2702524B1 (en) * | 2011-04-27 | 2017-10-04 | Seven Networks, LLC | Detection and filtering of malware based on traffic observations made in a distributed mobile traffic management system |
| US8984581B2 (en) | 2011-07-27 | 2015-03-17 | Seven Networks, Inc. | Monitoring mobile application activities for malicious traffic on a mobile device |
| US8918503B2 (en) | 2011-12-06 | 2014-12-23 | Seven Networks, Inc. | Optimization of mobile traffic directed to private networks and operator configurability thereof |
| EP2789137A4 (en) | 2011-12-06 | 2015-12-02 | Seven Networks Inc | SYSTEM OF REDUNDANT GROUPED MACHINES FOR PROVISION OF FAILSAFE MECHANISMS FOR MOBILE TRANSPORT MANAGEMENT AND NETWORK RESOURCE STORAGE |
| WO2013086455A1 (en) | 2011-12-07 | 2013-06-13 | Seven Networks, Inc. | Flexible and dynamic integration schemas of a traffic management system with various network operators for network traffic alleviation |
| WO2013086447A1 (en) | 2011-12-07 | 2013-06-13 | Seven Networks, Inc. | Radio-awareness of mobile device for sending server-side control signals using a wireless network optimized transport protocol |
| US9021021B2 (en) | 2011-12-14 | 2015-04-28 | Seven Networks, Inc. | Mobile network reporting and usage analytics system and method aggregated using a distributed traffic optimization system |
| US8909202B2 (en) | 2012-01-05 | 2014-12-09 | Seven Networks, Inc. | Detection and management of user interactions with foreground applications on a mobile device in distributed caching |
| US9369544B1 (en) | 2012-02-14 | 2016-06-14 | Google Inc. | Testing compatibility with web services |
| US8812695B2 (en) | 2012-04-09 | 2014-08-19 | Seven Networks, Inc. | Method and system for management of a virtual network connection without heartbeat messages |
| US10263899B2 (en) | 2012-04-10 | 2019-04-16 | Seven Networks, Llc | Enhanced customer service for mobile carriers using real-time and historical mobile application and traffic or optimization data associated with mobile devices in a mobile network |
| US8775631B2 (en) | 2012-07-13 | 2014-07-08 | Seven Networks, Inc. | Dynamic bandwidth adjustment for browsing or streaming activity in a wireless network based on prediction of user behavior when interacting with mobile applications |
| US9026587B2 (en) * | 2012-10-10 | 2015-05-05 | Ca, Inc. | System and method for invoking application commands with web service calls |
| US9161258B2 (en) | 2012-10-24 | 2015-10-13 | Seven Networks, Llc | Optimized and selective management of policy deployment to mobile clients in a congested network to prevent further aggravation of network congestion |
| US20140177497A1 (en) | 2012-12-20 | 2014-06-26 | Seven Networks, Inc. | Management of mobile device radio state promotion and demotion |
| US9241314B2 (en) | 2013-01-23 | 2016-01-19 | Seven Networks, Llc | Mobile device with application or context aware fast dormancy |
| US8874761B2 (en) | 2013-01-25 | 2014-10-28 | Seven Networks, Inc. | Signaling optimization in a wireless network for traffic utilizing proprietary and non-proprietary protocols |
| US9369332B1 (en) * | 2013-02-27 | 2016-06-14 | Amazon Technologies, Inc. | In-memory distributed cache |
| US9326185B2 (en) | 2013-03-11 | 2016-04-26 | Seven Networks, Llc | Mobile network congestion recognition for optimization of mobile traffic |
| CN105637919A (zh) | 2013-06-11 | 2016-06-01 | 七网络有限责任公司 | 优化无线网络中的保活和其他后台流量 |
| US9065765B2 (en) | 2013-07-22 | 2015-06-23 | Seven Networks, Inc. | Proxy server associated with a mobile carrier for enhancing mobile traffic management in a mobile network |
| US10108744B2 (en) * | 2014-10-07 | 2018-10-23 | Oracle International Corporation | Administrative tool and physical execution plan interface for plug-in architecture of business intelligence platform using data source cartridges |
| US10437924B2 (en) * | 2015-12-22 | 2019-10-08 | Oath Inc. | Size-optimized data interchange method and system |
| US10262006B2 (en) | 2016-04-29 | 2019-04-16 | Microsoft Technology Licensing, Llc | Contextually triggered entry point |
| CN114221995B (zh) * | 2021-11-11 | 2024-04-09 | 中国建设银行股份有限公司 | 服务调用方法、装置及电子设备 |
Citations (3)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| JP2003271441A (ja) * | 2002-03-07 | 2003-09-26 | Internatl Business Mach Corp <Ibm> | データ処理方法、これを用いたネットワークサービスシステム及びプログラム |
| JP2004348743A (ja) * | 2003-05-23 | 2004-12-09 | Microsoft Corp | ポストキャッシュ置換 |
| JP2005513640A (ja) * | 2001-12-19 | 2005-05-12 | インターナショナル・ビジネス・マシーンズ・コーポレーション | フラグメント・リンキングおよびフラグメント・キャッシングの方法およびシステム |
Family Cites Families (17)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| US20030009563A1 (en) * | 1997-07-31 | 2003-01-09 | At&T Corp. | Method for client-side inclusion of data elements |
| US6076108A (en) * | 1998-03-06 | 2000-06-13 | I2 Technologies, Inc. | System and method for maintaining a state for a user session using a web system having a global session server |
| US6640249B1 (en) * | 1999-08-31 | 2003-10-28 | Accenture Llp | Presentation services patterns in a netcentric environment |
| US6757708B1 (en) * | 2000-03-03 | 2004-06-29 | International Business Machines Corporation | Caching dynamic content |
| CA2316003C (en) * | 2000-08-14 | 2009-02-03 | Ibm Canada Limited-Ibm Canada Limitee | Accessing legacy applications from the internet |
| US20020026507A1 (en) * | 2000-08-30 | 2002-02-28 | Sears Brent C. | Browser proxy client application service provider (ASP) interface |
| US20030051142A1 (en) * | 2001-05-16 | 2003-03-13 | Hidalgo Lluis Mora | Firewalls for providing security in HTTP networks and applications |
| WO2003014927A2 (en) * | 2001-08-08 | 2003-02-20 | Trivium Systems Inc. | Scalable messaging platform for the integration of business software components |
| EP1588230A4 (en) * | 2003-01-10 | 2008-05-07 | Nexaweb Technologies Inc | NETWORK ORIENTED COMPUTING SYSTEM AND METHOD |
| US20040167961A1 (en) * | 2003-02-26 | 2004-08-26 | Microsoft Corporation | Fragment response cache |
| US7664826B2 (en) * | 2003-05-01 | 2010-02-16 | Oracle International Corporation | System and method for caching type information for un-typed web service requests |
| US7093073B2 (en) * | 2003-06-26 | 2006-08-15 | International Business Machines Corporation | Systems and methods for adjusting caching policies for web service requests |
| US7543041B2 (en) * | 2003-11-12 | 2009-06-02 | International Business Machines Corporation | Pattern based web services using caching |
| US8554876B2 (en) * | 2004-01-23 | 2013-10-08 | Hewlett-Packard Development Company, L.P. | User profile service |
| US20050192962A1 (en) * | 2004-02-26 | 2005-09-01 | Patricia Furrer | Apparatus, system, method for enabling web-applications to access enterprise managed data |
| US7853961B2 (en) * | 2005-02-28 | 2010-12-14 | Microsoft Corporation | Platform for data services across disparate application frameworks |
| US7716353B2 (en) * | 2005-12-21 | 2010-05-11 | Bmc Software, Inc. | Web services availability cache |
-
2006
- 2006-01-24 US US11/337,984 patent/US20070174420A1/en not_active Abandoned
- 2006-12-27 JP JP2006353278A patent/JP4868590B2/ja not_active Expired - Fee Related
-
2007
- 2007-01-22 CN CNA2007100043079A patent/CN101035125A/zh active Pending
Patent Citations (3)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| JP2005513640A (ja) * | 2001-12-19 | 2005-05-12 | インターナショナル・ビジネス・マシーンズ・コーポレーション | フラグメント・リンキングおよびフラグメント・キャッシングの方法およびシステム |
| JP2003271441A (ja) * | 2002-03-07 | 2003-09-26 | Internatl Business Mach Corp <Ibm> | データ処理方法、これを用いたネットワークサービスシステム及びプログラム |
| JP2004348743A (ja) * | 2003-05-23 | 2004-12-09 | Microsoft Corp | ポストキャッシュ置換 |
Cited By (1)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| JP2011145735A (ja) * | 2010-01-12 | 2011-07-28 | Yahoo Japan Corp | ウェブページ生成装置、及びウェブページの生成方法 |
Also Published As
| Publication number | Publication date |
|---|---|
| CN101035125A (zh) | 2007-09-12 |
| JP4868590B2 (ja) | 2012-02-01 |
| US20070174420A1 (en) | 2007-07-26 |
Similar Documents
| Publication | Publication Date | Title |
|---|---|---|
| JP4868590B2 (ja) | ウェブ・サービス要求をキャッシュする方法、システム、及びコンピュータ・プログラム | |
| JP4208081B2 (ja) | 複数のウェブサイトにパーソナライズされた価値を追加するためのシステム、ウェブサーバ、方法およびプログラム | |
| TWI521357B (zh) | 經由網頁瀏覽器輸入內容至應用程式 | |
| US6996599B1 (en) | System and method providing multi-tier applications architecture | |
| EP1923798B1 (en) | Clickable placeholder images for simulating web page code unsupported on mobile devices | |
| US9426200B2 (en) | Updating dynamic content in cached resources | |
| JP5137479B2 (ja) | 異機種環境においてメッセージのサーバ・ベースのレンダリングを管理するためにコンピュータを利用する方法およびシステム | |
| JP4818253B2 (ja) | ウェブ・ページの適時更新 | |
| CN111801694A (zh) | 机器学习存储库服务 | |
| KR101991537B1 (ko) | 자율형 네트워크 스트리밍 기법 | |
| CN103841188B (zh) | 一种浏览器中Cookie信息的处理方法和装置 | |
| US20090254926A1 (en) | Registering network applications with an api framework | |
| JP2004348743A (ja) | ポストキャッシュ置換 | |
| JP2005004772A (ja) | 外部プログラムに基づくテーマを使用するWebページレンダリング機構 | |
| US8539026B2 (en) | Source identification for multipart content validation | |
| US20080288955A1 (en) | Method and System for Managing Preferences in a Client Portlet Container | |
| US10574724B2 (en) | Automatic discovery of management nodes and generation of CLI using HA module | |
| CN107315646B (zh) | 页面组件间的数据流向控制方法和装置 | |
| US20090254670A1 (en) | Providing access to network applications for standardized clients | |
| CN106933890A (zh) | 一种静态化页面的处理方法及装置 | |
| US9071570B2 (en) | Method and apparatus to select and deliver portable portlets | |
| EP3872630A2 (en) | Request processing method and apparatus, electronic device, and computer storage medium | |
| JP2009054151A (ja) | 通信メッセージ・インスタンス投入方法、データ・インスタンス投入方法、通信メッセージ・インスタンス投入装置、および、コンピュータ読取可能媒体 | |
| US10341415B2 (en) | Electronic information tree-based routing | |
| JP4554723B2 (ja) | ネットワーク応答バッファリング動作の管理 |
Legal Events
| Date | Code | Title | Description |
|---|---|---|---|
| A621 | Written request for application examination |
Free format text: JAPANESE INTERMEDIATE CODE: A621 Effective date: 20091030 |
|
| A977 | Report on retrieval |
Free format text: JAPANESE INTERMEDIATE CODE: A971007 Effective date: 20110623 |
|
| A131 | Notification of reasons for refusal |
Free format text: JAPANESE INTERMEDIATE CODE: A131 Effective date: 20110719 |
|
| A521 | Request for written amendment filed |
Free format text: JAPANESE INTERMEDIATE CODE: A821 Effective date: 20110920 Free format text: JAPANESE INTERMEDIATE CODE: A523 Effective date: 20110920 |
|
| RD12 | Notification of acceptance of power of sub attorney |
Free format text: JAPANESE INTERMEDIATE CODE: A7432 Effective date: 20110920 |
|
| A521 | Request for written amendment filed |
Free format text: JAPANESE INTERMEDIATE CODE: A821 Effective date: 20110922 |
|
| TRDD | Decision of grant or rejection written | ||
| A521 | Request for written amendment filed |
Free format text: JAPANESE INTERMEDIATE CODE: A821 Effective date: 20111104 |
|
| RD14 | Notification of resignation of power of sub attorney |
Free format text: JAPANESE INTERMEDIATE CODE: A7434 Effective date: 20111104 |
|
| A01 | Written decision to grant a patent or to grant a registration (utility model) |
Free format text: JAPANESE INTERMEDIATE CODE: A01 Effective date: 20111104 |
|
| A01 | Written decision to grant a patent or to grant a registration (utility model) |
Free format text: JAPANESE INTERMEDIATE CODE: A01 |
|
| A61 | First payment of annual fees (during grant procedure) |
Free format text: JAPANESE INTERMEDIATE CODE: A61 Effective date: 20111114 |
|
| R150 | Certificate of patent or registration of utility model |
Free format text: JAPANESE INTERMEDIATE CODE: R150 |
|
| FPAY | Renewal fee payment (event date is renewal date of database) |
Free format text: PAYMENT UNTIL: 20141125 Year of fee payment: 3 |
|
| LAPS | Cancellation because of no payment of annual fees |