IP Library Granted Patent US 11,163,622
Granted Patent B1
US 11,163,622 · App. 17/025,457 · Granted Nov 2, 2021

Web application implementing a shared set of identifiers for handling links to web application plugins

Inventor: Raphaël Aubert (Montreal, CA)
Assignee: Dell Products L.P.
G06F9/547G06F9/44526G06F16/9558
View Patent ↗
Loading inventors, assignments & file history…
Monitor This Case
Get email alerts when status or documents change.
Order Certified Copies
Most orders are placed with the USPTO same day — all within 24 business hours.
Order via The Patent Place →
Pre-filled with this patent's details
Quick Facts
Patent No.
US 11,163,622
App. No.
17/025,457
Granted
Nov 2, 2021
Kind
B1
Abstract

An apparatus comprises a processing device configured to obtain shared identifiers associated with portions of a web application and to register web application plugins in the web application by defining linkable parts of the web application plugins corresponding to the shared identifiers. The processing device is also configured to receive, from a web application component of the web application, a link request specifying a given one of the shared identifiers and to determine whether any of the defined linkable parts corresponds to the given shared identifier specified in the link request. The processing device is further configured, responsive to determining that a given defined linkable part of a given one of the web application plugins corresponds to the given shared identifier specified in the link request, to generate a given link to the given defined linkable part and to return the given link to the web application component.

Claims (50)

1. An apparatus comprising:

at least one processing device comprising a processor coupled to a memory;

the at least one processing device being configured to perform steps of:

obtaining a plurality of shared identifiers associated with a plurality of portions of a web application;

registering two or more web application plugins in the web application, wherein registering the two or more web application plugins comprises defining linkable parts of the two or more web application plugins corresponding to respective ones of the plurality of shared identifiers;

receiving, from a web application component of the web application, a link request specifying a given one of the plurality of shared identifiers;

determining whether any of the defined linkable parts of the two or more web application plugins corresponds to the given shared identifier specified in the link request; and

responsive to determining that a given defined linkable part of a given one of the two or more web application plugins corresponds to the given shared identifier specified in the link request, generating a given link to the given defined linkable part of the given web application plugin and returning the given link to the web application component.

2. The apparatus of claim 1 wherein the at least one processing device is configured to perform the step of, responsive to determining that none of the defined linkable parts of the two or more web application plugins correspond to the given shared identifier specified in the link request, returning an undefined link to the web application component.

3. The apparatus of claim 2 wherein the undefined link comprises text which does not link to any of the two or more web application plugins.

4. The apparatus of claim 1 , wherein a first one of the two or more web application plugins utilizes a first web application framework and a second one of the two or more web application plugins utilizes a second web application framework different than the first web application framework.

5. The apparatus of claim 1 wherein the plurality of shared identifiers comprises location definitions for respective ones of the plurality of portions of the web application.

6. The apparatus of claim 1 wherein the plurality of shared identifiers comprises object definitions for respective ones of the plurality of portions of the web application.

7. The apparatus of claim 1 wherein registering the two or more web application plugins comprises restricting access to the defined linkable parts of the two or more web application plugins based at least in part on whether respective ones of the two or more web application plugins have been activated in a user interface of the web application.

8. The apparatus of claim 1 wherein registering the two or more web application plugins comprises restricting access to the defined linkable parts of the two or more web application plugins based at least in part on whether requesting web application components have access rights to respective ones of the two or more web application plugins.

9. The apparatus of claim 1 wherein registering the two or more web application plugins in the web application comprises instantiating, for each of the two or more web application plugins, a link generation process that is configured to monitor requests for links to defined linkable parts of that web application plugin.

10. The apparatus of claim 9 wherein the link generation processes are instantiated at startup of the web application.

11. The apparatus of claim 9 wherein the link generation process for at least one of the two or more web application plugins is instantiated prior to activation of said at least one web application plugin in a user interface of the web application.

12. The apparatus of claim 9 wherein the link generation processes are web application framework-agnostic.

13. The apparatus of claim 1 wherein registering the two or more web application plugins in the web application comprises:

utilizing a global plugin manager of the web application to read metadata of the two or more web application plugins, the metadata defining entry points containing code for generating paths to the defined linkable parts of the two or more web application plugins; and

instantiating respective link generation processes configured to generate links to the defined linkable parts of the two or more web application plugins based at least in part on the entry points defined in the metadata.

14. The apparatus of claim 1 wherein registering the two or more web application plugins in the web application comprises utilizing a global plugin manager of the web application:

to read metadata of the two or more web application plugins, the metadata specifying patterns and replacement for generating paths to the defined linkable parts of the two or more web application plugins; and

to generate links to the defined linkable parts of the two or more web application plugins based at least in part on the patterns and replacements in the metadata.

15. A computer program product comprising a non-transitory processor-readable storage medium having stored therein program code of one or more software programs, wherein the program code when executed by at least one processing device causes the at least one processing device to perform steps of:

obtaining a plurality of shared identifiers associated with a plurality of portions of a web application;

registering two or more web application plugins in the web application, wherein registering the two or more web application plugins comprises defining linkable parts of the two or more web application plugins corresponding to respective ones of the plurality of shared identifiers;

receiving, from a web application component of the web application, a link request specifying a given one of the plurality of shared identifiers;

determining whether any of the defined linkable parts of the two or more web application plugins corresponds to the given shared identifier specified in the link request; and

responsive to determining that a given defined linkable part of a given one of the two or more web application plugins corresponds to the given shared identifier specified in the link request, generating a given link to the given defined linkable part of the given web application plugin and returning the given link to the web application component.

16. The computer program product of claim 15 wherein registering the two or more web application plugins in the web application comprises:

utilizing a global plugin manager of the web application to read metadata of the two or more web application plugins, the metadata defining entry points containing code for generating paths to the defined linkable parts of the two or more web application plugins; and

instantiating respective link generation processes configured to generate links to the defined linkable parts of the two or more web application plugins based at least in part on the entry points defined in the metadata.

17. The computer program product of claim 15 wherein registering the two or more web application plugins in the web application comprises utilizing a global plugin manager of the web application:

to read metadata of the two or more web application plugins, the metadata specifying patterns and replacement for generating paths to the defined linkable parts of the two or more web application plugins; and

to generate links to the defined linkable parts of the two or more web application plugins based at least in part on the patterns and replacements in the metadata.

18. A method comprising steps of:

obtaining a plurality of shared identifiers associated with a plurality of portions of a web application;

registering two or more web application plugins in the web application, wherein registering the two or more web application plugins comprises defining linkable parts of the two or more web application plugins corresponding to respective ones of the plurality of shared identifiers;

receiving, from a web application component of the web application, a link request specifying a given one of the plurality of shared identifiers;

determining whether any of the defined linkable parts of the two or more web application plugins corresponds to the given shared identifier specified in the link request; and

responsive to determining that a given defined linkable part of a given one of the two or more web application plugins corresponds to the given shared identifier specified in the link request, generating a given link to the given defined linkable part of the given web application plugin and returning the given link to the web application component;

wherein the method is performed by at least one processing device comprising a processor coupled to a memory.

19. The method of claim 18 wherein registering the two or more web application plugins in the web application comprises:

utilizing a global plugin manager of the web application to read metadata of the two or more web application plugins, the metadata defining entry points containing code for generating paths to the defined linkable parts of the two or more web application plugins; and

instantiating respective link generation processes configured to generate links to the defined linkable parts of the two or more web application plugins based at least in part on the entry points defined in the metadata.

20. The method of claim 18 wherein registering the two or more web application plugins in the web application comprises utilizing a global plugin manager of the web application:

to read metadata of the two or more web application plugins, the metadata specifying patterns and replacement for generating paths to the defined linkable parts of the two or more web application plugins; and

to generate links to the defined linkable parts of the two or more web application plugins based at least in part on the patterns and replacements in the metadata.

Assignments (9)
RELEASE OF SECURITY INTEREST IN PATENTS PREVIOUSLY RECORDED AT REEL/FRAME (054475/0523) Recorded Jun 10, 2022
From: THE BANK OF NEW YORK MELLON TRUST COMPANY, N.A., AS NOTES COLLATERAL AGENT
To: EMC IP HOLDING COMPANY LLC; DELL PRODUCTS L.P.
Reel/Frame 060332/0664 →
RELEASE OF SECURITY INTEREST IN PATENTS PREVIOUSLY RECORDED AT REEL/FRAME (054475/0434) Recorded Jun 10, 2022
From: THE BANK OF NEW YORK MELLON TRUST COMPANY, N.A., AS NOTES COLLATERAL AGENT
To: EMC IP HOLDING COMPANY LLC; DELL PRODUCTS L.P.
Reel/Frame 060332/0740 →
RELEASE OF SECURITY INTEREST IN PATENTS PREVIOUSLY RECORDED AT REEL/FRAME (054475/0609) Recorded Jun 10, 2022
From: THE BANK OF NEW YORK MELLON TRUST COMPANY, N.A., AS NOTES COLLATERAL AGENT
To: EMC IP HOLDING COMPANY LLC; DELL PRODUCTS L.P.
Reel/Frame 062021/0570 →
RELEASE OF SECURITY INTEREST AT REEL 054591 FRAME 0471 Recorded Nov 2, 2021
From: CREDIT SUISSE AG, CAYMAN ISLANDS BRANCH
To: DELL PRODUCTS L.P.; EMC IP HOLDING COMPANY LLC
Reel/Frame 058001/0463 →
SECURITY INTEREST Recorded Nov 18, 2020
From: EMC IP HOLDING COMPANY LLC; DELL PRODUCTS L.P.
To: THE BANK OF NEW YORK MELLON TRUST COMPANY, N.A., AS COLLATERAL AGENT
Reel/Frame 054475/0609 →
SECURITY INTEREST Recorded Nov 18, 2020
From: EMC IP HOLDING COMPANY LLC; DELL PRODUCTS L.P.
To: THE BANK OF NEW YORK MELLON TRUST COMPANY, N.A., AS NOTES COLLATERAL AGENT
Reel/Frame 054475/0434 →
SECURITY INTEREST Recorded Nov 18, 2020
From: EMC IP HOLDING COMPANY LLC; DELL PRODUCTS L.P.
To: THE BANK OF NEW YORK MELLON TRUST COMPANY, N.A., AS NOTES COLLATERAL AGENT
Reel/Frame 054475/0523 →
SECURITY AGREEMENT Recorded Nov 13, 2020
From: EMC IP HOLDING COMPANY LLC; DELL PRODUCTS L.P.
To: CREDIT SUISSE AG, CAYMAN ISLANDS BRANCH
Reel/Frame 054591/0471 →
ASSIGNMENT OF ASSIGNOR'S INTEREST Recorded Sep 18, 2020
From: AUBERT, RAPHAËL
To: DELL PRODUCTS L.P.
Reel/Frame 053819/0187 →