WO2006020388A1 - System and method for managing http connections in a j2ee environment - Google Patents

System and method for managing http connections in a j2ee environment Download PDF

Info

Publication number
WO2006020388A1
WO2006020388A1 PCT/US2005/026544 US2005026544W WO2006020388A1 WO 2006020388 A1 WO2006020388 A1 WO 2006020388A1 US 2005026544 W US2005026544 W US 2005026544W WO 2006020388 A1 WO2006020388 A1 WO 2006020388A1
Authority
WO
WIPO (PCT)
Prior art keywords
connection
http
information system
enterprise information
j2ee
Prior art date
Application number
PCT/US2005/026544
Other languages
French (fr)
Inventor
William R. Trost
Scott Alan Beckwith
Thomas A. Mills
James R. Chadek
Original Assignee
Sbc Knowledge Ventures, L.P.
Priority date (The priority date 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 date listed.)
Filing date
Publication date
Application filed by Sbc Knowledge Ventures, L.P. filed Critical Sbc Knowledge Ventures, L.P.
Publication of WO2006020388A1 publication Critical patent/WO2006020388A1/en

Links

Classifications

    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L43/00Arrangements for monitoring or testing data switching networks
    • H04L43/08Monitoring or testing based on specific metrics, e.g. QoS, energy consumption or environmental parameters
    • H04L43/0805Monitoring or testing based on specific metrics, e.g. QoS, energy consumption or environmental parameters by checking availability
    • H04L43/0811Monitoring or testing based on specific metrics, e.g. QoS, energy consumption or environmental parameters by checking availability by checking connectivity
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L67/00Network arrangements or protocols for supporting network services or applications
    • H04L67/01Protocols
    • H04L67/02Protocols based on web technology, e.g. hypertext transfer protocol [HTTP]

Definitions

  • the present disclosure relates generally to network management systems.
  • Custom calling features can include: caller identification, call waiting, three-way calling, call forwarding, remote call forwarding, automatic call back, repeat dialing, speed dialing, call rejection, and call hunting.
  • telephone service providers now also provide high-speed Internet services, e.g., digital subscriber line (DSL) service. These services can be purchased individually or in bundles.
  • DSL digital subscriber line
  • Websites have been provided to allow users to modify their telephone accounts. For example, if a user would like to add call blocking or call rejection to their account, he or she can access their account information using a web browser and request that call blocking be added to their account.
  • An application component running in the background can contact an enterprise information system (EIS), for example, and indicate that the user wants to change his or her account.
  • EIS enterprise information system
  • the "conversation" between the user and the application component or EIS is made using hypertext transfer protocol (HTTP).
  • HTTP hypertext transfer protocol
  • J2EE Enterprise Edition
  • EIS enterprise information systems
  • J2EE reduces the costs, in both time and money, of developing large-scale enterprise systems.
  • the J2EE platform does not describe a system or method to manage HTTP connections.
  • FIG. 1 is a block diagram of an embodiment of a data network system
  • FIG. 2 is a flow chart to illustrate the logic of a J2EE HTTP connector.
  • a network system includes an enterprise information system.
  • a web application server communicates with the enterprise information system and an application component communicates with the web application server.
  • a connection manager resides in the web application server and manages a plurality of connection handles. Each one of the plurality of connection handles corresponds to one or more physical connections to the enterprise information system via hypertext transfer protocol (HTTP).
  • HTTP hypertext transfer protocol
  • J2EE Java 2 Platform, Enterprise Edition
  • HTTP connector resides within the web application server in the form of a resource adapter and is responsive to the connection manager.
  • a J2EE web application server in another embodiment, includes a connection manager.
  • An HTTP connector communicates with the connection manager and returns at least one connection handle to the connection manager.
  • the connection handle corresponds to a physical connection to an enterprise information system using HTTP.
  • a method for obtaining an HTTP connection to an enterprise information system in a J2EE environment includes receiving a request for an HTTP connection to an enterprise information system. The availability of a physical connection to the enterprise information system via HTTP is detected. A connection handle that corresponds to a physical connection to the enterprise information system is transmitted.
  • a network system is illustrated and is generally designated 100.
  • the system 100 includes a web application server 102.
  • the web application server 102 can be any Java 2 Platform, Enterprise Edition (J2EE) compliant web application server such as an IBM WebSphere server or a BEA
  • J2EE Java 2 Platform, Enterprise Edition
  • FIG. 1 depicts a connection manager 104 that resides within the web application server 102. Further, a plurality of internal application components 106 resides within the web application server 102. While three internal application components 106 are illustrated, more than three application components 106 may reside within the web application server 102.
  • FIG. 1 further shows an external application component, such as an application client 108, that resides external to the web application server 102. As depicted in FIG. 1, the external application client 108 can reside in a computer 110, e.g., a personal computer, that communicates with the web application server 102 via a network connection 112, e.g., the Internet.
  • a computer 110 e.g., a personal computer
  • FIG. 1 further shows a J2EE Hypertext Transfer Protocol (HTTP) connector 114 that also resides within the web application server 102.
  • the J2EE HTTP connector 114 is connected to, or otherwise interfaced with, the connection manager 104.
  • the J2EE HTTP connector 114 also communicates with an enterprise information system (EIS) 116.
  • EIS enterprise information system
  • a typical EIS can be used to manage and maintain large amounts of information, e.g., customer account information.
  • one or more of the application components 106, 108 can request an HTTP connection to the EIS 116 from the connection manager 104.
  • connection manager 104 can provide a connection handle directly to the requesting application component 106, 108 or instruct the J2EE HTTP connector 114 to obtain the connection handle for the requesting application component 106, 108.
  • the connection handle corresponds to a physical connection. Specifically, the connection handle encapsulates the access to the physical connection.
  • FIG. 2 a flow chart is depicted that shows operating logic to provide access to the EIS 116 (FIG. 1) using HTTP.
  • an application component 106, 108 contacts the application server 102 (FIG. 1) in order to request a connection to the EIS 116 (FIG. 1).
  • the application server 102 (FIG. 1) delegates the request to an internal connection manager 104 (FIG. 1).
  • the connection manager 104 determines whether a connection handle is available in its pool of connection handles.
  • a connection handle is a pointer that indicates where the physical connection exists and how the physical connection can be accessed. If a connection handle is available, the logic moves to block 208 and the connection manager 104 (FIG. 1) returns the connection handle to the application component 106, 108 (FIG. 1).
  • connection handle is not available at decision step 206, the logic proceeds to block 210 and the connection manager requests a connection handle from the J2EE HTTP connector 114
  • the J2EE HTTP connector 114 (FIG. 1) attempts to detect a physical connection 212 to the EIS 116 (FIG. 1).
  • the J2EE HTTP connector 114 determines if a physical connection to the EIS 116 (FIG. 1) is available. If a physical connection is not available, the J2EE HTTP connector 114 (FIG. 1) establishes a new physical connection with the EIS 116 (FIG. 1). Conversely, if a physical connection is available, the J2EE HTTP connector 114 (FIG. 1) obtains an existing physical connection to the EIS 116 (FIG. 1).
  • the J2EE HTTP connector 114 (FIG. 1)
  • connection handle corresponds to a physical connection to the EIS 116 (FIG. 1) established via HTTP.
  • block 220 is also reached from block 216 after a new physical connection to the EIS 116 (FIG. 1) is established.
  • the connection manager 104 (FIG. 1) returns the connection handle to requesting the application component 106, 108 (FIG. 1). Thereafter, at block 222, the application component 106, 108 communicates with the EIS 116 (FIG. 1) via the connection handle returned by the J2EE HTTP connector 114 (FIG. 1). In a particular embodiment, the application component 106, 108 can communicate with the EIS 116 (FIG. 1) using HTTP. Proceeding to decision step 224, the web application server 102 (FIG. 1) determines whether the application component 106, 108 (FIG. 1) would like to terminate the communication with the EIS 116 (FIG. 1) and close the connection handle. If the application component 106, 108 (FIG.).
  • connection manager 106, 108 (FIG. 1) continues to communicate with the EIS 116 (FIG. 1). Otherwise, the logic proceeds to block 226 and the connection handle is returned to the pool of connection handles held by the connection.
  • the connection manager 106, 108 (FIG. 1) continues to communicate with the EIS 116 (FIG. 1). Otherwise, the logic proceeds to block 226 and the connection handle is returned to the pool of connection handles held by the connection.
  • connection handle 104 maintains the connection handle for later use when a connection handle is again requested by an application component 106, 108 (FIG. 1).
  • connection requests are made at the application server 102 (FIG. 1). However, once an application component 106 (FIG. 1) has a connection handle, the communication with the EIS 116 (FIG. 1) can bypass the application server 102 (FIG. 1).
  • the present embodiment provides a Java resource adapter than can be plugged into a J2EE compliant web application server to manage physical connections to an EIS.
  • the J2EE HTTP connector can obtain a physical connection to an EIS using HTTP and then provide a corresponding connection handle to an application component in order to allow the application component to "talk," i.e., communicate, to the EIS using HTTP.
  • the J2EE HTTP connector can be expanded to also provide a connection to an EIS using the simple object access protocol (SOAP) transmission protocol.
  • SOAP simple object access protocol
  • the J2EE HTTP connector can be used to manage all HTTP connections to a Service Management System (SMS).
  • SMS is a database server that can centralize management of critical service and subscriber data.
  • the SMS can provide plural operations support functions and includes a feature for migrating subscriber data from an older service version to a new service version.
  • the SMS can include a data collection function for accumulating and reporting service-level and subscriber-level measurements gathered by a network element.
  • the SMS can further provide an audit feature, which can be used as a troubleshooting tool for detecting discrepancies between the SMS and the network element versions of recently changed data.
  • SMS can provide the capability to provision bulk data whenever a customer's service provisioning requires such input rather than a single entry at a time from a graphical user interface (GUI).
  • GUI graphical user interface
  • the SMS can provide the ability to perform network element queries and simulated test queries.
  • the SMS can provide re-homing, which is useful for relocating a subscriber's records from a previous network element to a new network element if the previous network has been outgrown. The re-homing feature can be used to restore network elements after recovery from a failure.
  • An example of an SMS is the Enhanced Service Manager (eSM) that is offered commercially by Lucent Technologies.

Abstract

A network system is provided and includes an enterprise information system [116]. A web application server [100] communicates with the enterprise information system [116] and an application component [106, 108] communicates with the web application server [100]. A connection manager [104] resides in the web application server [100] and manages a plurality of connection handles. Each one of the plurality of connection handles corresponds to one or more physical connections to the enterprise information system [116] via hypertext transfer protocol (HTTP). Additionally, a Java 2 Platform, Enterprise Edition (J2EE) HTTP connector [114] resides within the web application server [100] in the form of a resource adapter and is responsive to the connection manager [104].

Description

SYSTEM AND METHOD FOR MANAGING HTTP CONNECTIONS IN A J2EE
ENVmONMENT
FIELD OF THE DISCLOSURE
The present disclosure relates generally to network management systems.
BACKGROUND
Modern telecommunication companies currently provide numerous services and features that can be purchased in addition to traditional services such as local calling and long-distance calling. For example, custom calling features can include: caller identification, call waiting, three-way calling, call forwarding, remote call forwarding, automatic call back, repeat dialing, speed dialing, call rejection, and call hunting. Moreover, with the explosion of the Internet, telephone service providers now also provide high-speed Internet services, e.g., digital subscriber line (DSL) service. These services can be purchased individually or in bundles.
Websites have been provided to allow users to modify their telephone accounts. For example, if a user would like to add call blocking or call rejection to their account, he or she can access their account information using a web browser and request that call blocking be added to their account. An application component running in the background can contact an enterprise information system (EIS), for example, and indicate that the user wants to change his or her account. In certain instances, the "conversation" between the user and the application component or EIS is made using hypertext transfer protocol (HTTP).
It appears that many telecommunication companies may utilize the Java 2 Platform,
Enterprise Edition (J2EE), introduced in 1998, to fulfill their networking needs. J2EE defines a multi-tier architecture for enterprise information systems (EIS). By defining the way in which multi-tier applications should be developed, J2EE reduces the costs, in both time and money, of developing large-scale enterprise systems. However, the J2EE platform does not describe a system or method to manage HTTP connections.
Accordingly, there is a need for a system and method of managing HTTP connections that can work in conjunction with J2EE.
BRIEF DESCRIPTION OF THE DRAWINGS
The present invention is pointed out with particularity in the appended claims. However, other features are described in the following detailed description in conjunction with the accompanying drawings in which:
FIG. 1 is a block diagram of an embodiment of a data network system; and FIG. 2 is a flow chart to illustrate the logic of a J2EE HTTP connector.
DETAILED DESCRIPTION OF THE DRAWINGS
A network system is provided and includes an enterprise information system. A web application server communicates with the enterprise information system and an application component communicates with the web application server. A connection manager resides in the web application server and manages a plurality of connection handles. Each one of the plurality of connection handles corresponds to one or more physical connections to the enterprise information system via hypertext transfer protocol (HTTP). Additionally, a Java 2 Platform, Enterprise Edition (J2EE) HTTP connector resides within the web application server in the form of a resource adapter and is responsive to the connection manager.
In another embodiment, a J2EE web application server is provided and includes a connection manager. An HTTP connector communicates with the connection manager and returns at least one connection handle to the connection manager. In a particular embodiment, the connection handle corresponds to a physical connection to an enterprise information system using HTTP.
In yet another embodiment, a method for obtaining an HTTP connection to an enterprise information system in a J2EE environment is provided. The method includes receiving a request for an HTTP connection to an enterprise information system. The availability of a physical connection to the enterprise information system via HTTP is detected. A connection handle that corresponds to a physical connection to the enterprise information system is transmitted.
Referring initially to FIG. 1, a network system is illustrated and is generally designated 100. As illustrated in FIG. 1, the system 100 includes a web application server 102. In a particular embodiment, the web application server 102 can be any Java 2 Platform, Enterprise Edition (J2EE) compliant web application server such as an IBM WebSphere server or a BEA
WebLogic server. FIG. 1 depicts a connection manager 104 that resides within the web application server 102. Further, a plurality of internal application components 106 resides within the web application server 102. While three internal application components 106 are illustrated, more than three application components 106 may reside within the web application server 102. FIG. 1 further shows an external application component, such as an application client 108, that resides external to the web application server 102. As depicted in FIG. 1, the external application client 108 can reside in a computer 110, e.g., a personal computer, that communicates with the web application server 102 via a network connection 112, e.g., the Internet. For clarity, one external application client 108 is shown, but more than one external application client 108 can be provided and each external application client 108 communicate with the application server 102 via the network connection 112. FIG. 1 further shows a J2EE Hypertext Transfer Protocol (HTTP) connector 114 that also resides within the web application server 102. In a particular embodiment, the J2EE HTTP connector 114 is connected to, or otherwise interfaced with, the connection manager 104. The J2EE HTTP connector 114 also communicates with an enterprise information system (EIS) 116. A typical EIS can be used to manage and maintain large amounts of information, e.g., customer account information. During operation, one or more of the application components 106, 108 can request an HTTP connection to the EIS 116 from the connection manager 104. The connection manager 104 can provide a connection handle directly to the requesting application component 106, 108 or instruct the J2EE HTTP connector 114 to obtain the connection handle for the requesting application component 106, 108. The connection handle corresponds to a physical connection. Specifically, the connection handle encapsulates the access to the physical connection.
Referring now to FIG. 2, a flow chart is depicted that shows operating logic to provide access to the EIS 116 (FIG. 1) using HTTP. Beginning at block 202, an application component 106, 108 (FIG. 1) contacts the application server 102 (FIG. 1) in order to request a connection to the EIS 116 (FIG. 1). At block 204, the application server 102 (FIG. 1) delegates the request to an internal connection manager 104 (FIG. 1). Moving to decision step 206, the connection manager 104 (FIG. 1) determines whether a connection handle is available in its pool of connection handles. In an illustrative embodiment, a connection handle is a pointer that indicates where the physical connection exists and how the physical connection can be accessed. If a connection handle is available, the logic moves to block 208 and the connection manager 104 (FIG. 1) returns the connection handle to the application component 106, 108 (FIG. 1).
If a connection handle is not available at decision step 206, the logic proceeds to block 210 and the connection manager requests a connection handle from the J2EE HTTP connector 114
(FIG. 1). Moving to block 212, the J2EE HTTP connector 114 (FIG. 1) attempts to detect a physical connection 212 to the EIS 116 (FIG. 1). At decision step 214, the J2EE HTTP connector 114 (FIG. 1) determines if a physical connection to the EIS 116 (FIG. 1) is available. If a physical connection is not available, the J2EE HTTP connector 114 (FIG. 1) establishes a new physical connection with the EIS 116 (FIG. 1). Conversely, if a physical connection is available, the J2EE HTTP connector 114 (FIG. 1) obtains an existing physical connection to the EIS 116 (FIG. 1). At block 220, the J2EE HTTP connector 114 (FIG. 1) returns a connection handle to the connection manager 204. The connection handle corresponds to a physical connection to the EIS 116 (FIG. 1) established via HTTP. In a particular embodiment, block 220 is also reached from block 216 after a new physical connection to the EIS 116 (FIG. 1) is established.
Continuing to block 208, the connection manager 104 (FIG. 1) returns the connection handle to requesting the application component 106, 108 (FIG. 1). Thereafter, at block 222, the application component 106, 108 communicates with the EIS 116 (FIG. 1) via the connection handle returned by the J2EE HTTP connector 114 (FIG. 1). In a particular embodiment, the application component 106, 108 can communicate with the EIS 116 (FIG. 1) using HTTP. Proceeding to decision step 224, the web application server 102 (FIG. 1) determines whether the application component 106, 108 (FIG. 1) would like to terminate the communication with the EIS 116 (FIG. 1) and close the connection handle. If the application component 106, 108 (FIG. 1) does not want to close the connection handle, the logic returns to block 222 and the application component 106, 108 (FIG. 1) continues to communicate with the EIS 116 (FIG. 1). Otherwise, the logic proceeds to block 226 and the connection handle is returned to the pool of connection handles held by the connection. At block 228, the connection manager
104 maintains the connection handle for later use when a connection handle is again requested by an application component 106, 108 (FIG. 1).
Li a particular embodiment, all connection requests are made at the application server 102 (FIG. 1). However, once an application component 106 (FIG. 1) has a connection handle, the communication with the EIS 116 (FIG. 1) can bypass the application server 102 (FIG. 1).
The present embodiment provides a Java resource adapter than can be plugged into a J2EE compliant web application server to manage physical connections to an EIS. The J2EE HTTP connector can obtain a physical connection to an EIS using HTTP and then provide a corresponding connection handle to an application component in order to allow the application component to "talk," i.e., communicate, to the EIS using HTTP. In an alternative embodiment, the J2EE HTTP connector can be expanded to also provide a connection to an EIS using the simple object access protocol (SOAP) transmission protocol.
In an illustrative embodiment, the J2EE HTTP connector can be used to manage all HTTP connections to a Service Management System (SMS). An SMS is a database server that can centralize management of critical service and subscriber data. The SMS can provide plural operations support functions and includes a feature for migrating subscriber data from an older service version to a new service version. Also, the SMS can include a data collection function for accumulating and reporting service-level and subscriber-level measurements gathered by a network element. The SMS can further provide an audit feature, which can be used as a troubleshooting tool for detecting discrepancies between the SMS and the network element versions of recently changed data.
Another function that the SMS can provide is bulk provisioning. Ih other words, the SMS provide the capability to provision bulk data whenever a customer's service provisioning requires such input rather than a single entry at a time from a graphical user interface (GUI). Moreover, the SMS can provide the ability to perform network element queries and simulated test queries. Finally, the SMS can provide re-homing, which is useful for relocating a subscriber's records from a previous network element to a new network element if the previous network has been outgrown. The re-homing feature can be used to restore network elements after recovery from a failure. An example of an SMS is the Enhanced Service Manager (eSM) that is offered commercially by Lucent Technologies.
The above-disclosed subject matter is to be considered illustrative, and not restrictive, and the appended claims are intended to cover all such modifications, enhancements, and other embodiments, which fall within the true spirit and scope of the present invention. Thus, to the maximum extent allowed by law, the scope of the present invention is to be determined by the broadest permissible interpretation of the following claims and their equivalents, and shall not be restricted or limited by the foregoing detailed description.

Claims

WHAT IS CLAIMED IS:
1. An network system, comprising:
at least one enterprise information system;
at least one web application server communicating with the enterprise
information system;
at least one application component communicating with the web
application server;
at least one connection manager residing in the at least one web application server and managing a plurality of connection handles, each one of the plurality of connection handles corresponding to one or more physical connections to the enterprise information system via hypertext transfer protocol (HTTP); and
a Java 2 Platform, Enterprise Edition (J2EE) HTTP connector residing within the web application server and responsive to the at least one connection manager.
2. The system of Claim 1, wherein the J2EE HTTP connector returns at least one of the plurality of connection handles to the at least one connection manager.
3. The system of Claim 1, wherein the at least one connection manager returns at least one the plurality of connection handles to the application component.
4. The system of Claim 3, wherein the J2EE HTTP connector receives a request for a connection handle from the connection manager.
5. The system of Claim 3, wherein the J2EE HTTP connector determines if a
physical connection to the enterprise information system is available via HTTP.
6. The system of Claim 5, wherein the J2EE HTTP connector obtains an
existing physical connection to the enterprise information system and returns at
least one connection handle corresponding to the physical connection to the
connection manager.
7. The system of Claim 6, wherein the J2EE HTTP connector establishes a
new physical connection to the enterprise information system and returns at least
one connection handle corresponding to the physical connection to the connection
manager.
8. A J2EE web application server, the web application server comprising:
a connection manager; and
an HTTP connector communicating with the connection manager, wherein the HTTP connector returns at least one connection handle to the connection manager, the at least one connection handle corresponding to a physical connection to an enterprise information system using HTTP.
9. The server of Claim 8, wherein the HTTP connector is J2EE compliant.
10. The server of Claim 9, wherein the HTTP connector comprises:
instructions to receive at least one request for a connection handle from
the connection manager.
11. The server of claim 10, wherein the HTTP connector comprises:
instructions to determine if a physical connection to an enterprise
information system is available via HTTP.
12. The server of claim 11, wherein the HTTP connector comprises:
instructions to obtain an existing physical connection to an enterprise
information system.
13. The server of claim 12, wherein the HTTP connector comprises:
instructions to return at least one connection handle corresponding to the
existing physical connection to the connection manager.
14. The server of claim 11, wherein the HTTP connector comprises:
instructions to establish a new physical connection to the enterprise
information system.
15. The server of claim 14, wherein the HTTP connector comprises:
instructions to return at least one connection handle corresponding to the new physical connection to the connection manager.
16. A method for obtaining an HTTP connection to an enterprise information
system in a J2EE environment, the method comprising:
receiving a request for an HTTP connection to an enterprise information system;
detecting the availability of a physical connection to the enterprise information system via HTTP; and
transmitting at least one connection handle corresponding to the physical
connection to the enterprise information system.
17. The method of claim 16, wherein the request for the HTTP connection is received at an HTTP connector residing in a web application server.
18. The method of claim 17, wherein the HTTP connector is J2EE compliant.
19. The method of claim 18, wherein the request for the HTTP connection is received at the J2EE HTTP connector from a connection manager residing in the web application server.
20. The method of claim 19, further comprising:
locating an existing physical connection to the enterprise information system.
21. The method of claim 20, further comprising:
returning at least one connection handle that corresponds to the existing physical connection to the enterprise information system.
22. The method of claim 19, further comprising:
establishing a new physical connection to the enterprise information system.
23. The method of claim 22, further comprising:
returning at least one connection handle that corresponds to the new physical connection to the enterprise information system.
PCT/US2005/026544 2004-08-11 2005-07-27 System and method for managing http connections in a j2ee environment WO2006020388A1 (en)

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
US10/916,372 2004-08-11
US10/916,372 US20060034254A1 (en) 2004-08-11 2004-08-11 System and method for managing HTTP connections in a J2EE environment

Publications (1)

Publication Number Publication Date
WO2006020388A1 true WO2006020388A1 (en) 2006-02-23

Family

ID=35799860

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/US2005/026544 WO2006020388A1 (en) 2004-08-11 2005-07-27 System and method for managing http connections in a j2ee environment

Country Status (2)

Country Link
US (1) US20060034254A1 (en)
WO (1) WO2006020388A1 (en)

Families Citing this family (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20230044165A1 (en) * 2021-08-06 2023-02-09 Samsung Electronics Co., Ltd. Systems, methods, and apparatus for remote data transfers to memory

Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20030195923A1 (en) * 2002-01-16 2003-10-16 Bloch Eric D. Presentation server
US20030221021A1 (en) * 2002-05-23 2003-11-27 International Business Machines Corporation Software architecture for providing a connection handle association
US20050246355A1 (en) * 2004-04-30 2005-11-03 Oki Electric Industry Co., Ltd. Service providing system cooperative with VoIP and Web environments and a method therefor

Family Cites Families (12)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US6206829B1 (en) * 1996-07-12 2001-03-27 First Opinion Corporation Computerized medical diagnostic and treatment advice system including network access
US6948070B1 (en) * 1995-02-13 2005-09-20 Intertrust Technologies Corporation Systems and methods for secure transaction management and electronic rights protection
US5742845A (en) * 1995-06-22 1998-04-21 Datascape, Inc. System for extending present open network communication protocols to communicate with non-standard I/O devices directly coupled to an open network
US6853867B1 (en) * 1998-12-30 2005-02-08 Schneider Automation Inc. Interface to a programmable logic controller
US6725213B1 (en) * 1999-10-29 2004-04-20 Oracle International Corporation Method and mechanism for providing external procedures to a database system
US7200666B1 (en) * 2000-07-07 2007-04-03 International Business Machines Corporation Live connection enhancement for data source interface
WO2002089014A1 (en) * 2001-04-26 2002-11-07 Creekpath Systems, Inc. A system for global and local data resource management for service guarantees
CA2357165A1 (en) * 2001-09-10 2003-03-10 Ibm Canada Limited-Ibm Canada Limitee Configurable connector
US20030097345A1 (en) * 2001-10-18 2003-05-22 Mitch Upton System and method for invoking business functionality for a workflow
US20030182426A1 (en) * 2002-03-21 2003-09-25 Sun Microsystems, Inc. Apparatus and method of lazy connection transaction enlistment
US7171478B2 (en) * 2002-10-25 2007-01-30 Sap Aktiengesellschaft Session coupling
US8266326B2 (en) * 2003-09-15 2012-09-11 Oracle America, Inc. Frameworks for integrating information systems

Patent Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20030195923A1 (en) * 2002-01-16 2003-10-16 Bloch Eric D. Presentation server
US20030221021A1 (en) * 2002-05-23 2003-11-27 International Business Machines Corporation Software architecture for providing a connection handle association
US20050246355A1 (en) * 2004-04-30 2005-11-03 Oki Electric Industry Co., Ltd. Service providing system cooperative with VoIP and Web environments and a method therefor

Also Published As

Publication number Publication date
US20060034254A1 (en) 2006-02-16

Similar Documents

Publication Publication Date Title
US8190705B2 (en) Communication capability coupons
US7979562B2 (en) Service level agreements and management thereof
US6145002A (en) System and method for accessing an internet service provider
US8503641B2 (en) System and method of automated order status retrieval
US20060184671A1 (en) Method and apparatus for monitoring and transferring a client from a low priority access number to a higher priority access number during active Internet and other WAN connection-sessions
EP1320214A1 (en) Unified account management for data network access
WO1999017216A1 (en) Combined internet and data access system
US20070165615A1 (en) Apparatus and method for notifying communication network event in application server capable of supporting open API based on Web services
CN101686253A (en) Service selecting method, device and system thereof
JP3487425B2 (en) Congestion control method and method
US20060034254A1 (en) System and method for managing HTTP connections in a J2EE environment
KR100433531B1 (en) A user individual information data managing method, a user individual information data managing computer and the recording medium thereof
US8750460B2 (en) System and method for remote testing of a subscriber loop
KR20000024101A (en) Method for providing internet phone service using internet phone list server
KR20010086883A (en) Method for condition-based communication service between service subscribers
KR20020013240A (en) The method of Internet telephony service using name that resembles telephone number
US20100124324A1 (en) Communication control system, communication control method, and recording medium including communication control program
US20060002374A1 (en) System and method for event notification in a J2EE environment
KR100729075B1 (en) Method for providing service using internet call center
KR100629018B1 (en) The legacy interface system and operating method for enterprise wireless application service
KR100846539B1 (en) System and method for implementing internet call center using click call service
KR100335291B1 (en) The Method and Apparatus for PSTN called subscriber's charge Service via Internet Phone
KR100827200B1 (en) Method for Providing Short Message Service using Internet Call Center
KR100322250B1 (en) Telegram application device using communication network classification and method thereof
KR100552516B1 (en) The system and method for unified solution web program

Legal Events

Date Code Title Description
AK Designated states

Kind code of ref document: A1

Designated state(s): AE AG AL AM AT AU AZ BA BB BG BR BW BY BZ CA CH CN CO CR CU CZ DE DK DM DZ EC EE EG ES FI GB GD GE GH GM HR HU ID IL IN IS JP KE KG KM KP KR KZ LC LK LR LS LT LU LV MA MD MG MK MN MW MX MZ NA NG NI NO NZ OM PG PH PL PT RO RU SC SD SE SG SK SL SM SY TJ TM TN TR TT TZ UA UG US UZ VC VN YU ZA ZM ZW

AL Designated countries for regional patents

Kind code of ref document: A1

Designated state(s): GM KE LS MW MZ NA SD SL SZ TZ UG ZM ZW AM AZ BY KG KZ MD RU TJ TM AT BE BG CH CY CZ DE DK EE ES FI FR GB GR HU IE IS IT LT LU LV MC NL PL PT RO SE SI SK TR BF BJ CF CG CI CM GA GN GQ GW ML MR NE SN TD TG

121 Ep: the epo has been informed by wipo that ep was designated in this application
NENP Non-entry into the national phase

Ref country code: DE

122 Ep: pct application non-entry in european phase