会员体验
专利管家(专利管理)
工作空间(专利管理)
风险监控(情报监控)
数据分析(专利分析)
侵权分析(诉讼无效)
联系我们
交流群
官方交流:
QQ群: 891211   
微信请扫码    >>>
现在联系顾问~
热词
    • 2. 发明授权
    • System and method for providing a filtering classloader in a computer environment
    • 在计算机环境中提供过滤类加载器的系统和方法
    • US08196128B2
    • 2012-06-05
    • US11765263
    • 2007-06-19
    • Srinagesh SusarlaAshok BanerjeeRobert Woollen
    • Srinagesh SusarlaAshok BanerjeeRobert Woollen
    • G06F9/44
    • G06F9/44521G06F9/44552
    • A system and method for providing a filtering classloader within a Java-based or other application environment. In one embodiment, a filtering classloader is placed between two other classloaders, e.g. between the system classloader and the application classloader. The filtering classloader is provided with a set of patterns which throw a “class not found exception” if an application makes a request for that class or package. The exception leads the application classloader to believe (perhaps correctly) that there is no class with that name in the system classloader. The application classloader then loads the class itself. The class may or may not exist in the system classloader; the filtering classloader in essence overrides any retrieval from that classloader in favor of the application classloader, for certain specified patterns of request.
    • 一种用于在基于Java或其他应用程序环境中提供过滤类加载器的系统和方法。 在一个实施例中,过滤类加载器被放置在两个其他类加载器之间,例如。 在系统类加载器和应用程序类加载器之间。 过滤类加载器提供了一组模式,如果应用程序请求该类或包,则会抛出“类未找到异常”。 该异常导致应用程序类加载器相信(或许正确)在系统类加载器中没有该名称的类。 应用程序类加载器然后加载类本身。 该类可能存在或可能不存在于系统类加载器中; 过滤类加载器本质上将覆盖来自该类加载器的任何有利于应用程序类加载器的检索,对于某些指定的请求模式。
    • 3. 发明授权
    • Systems and methods for dynamic querying
    • 用于动态查询的系统和方法
    • US07587417B2
    • 2009-09-08
    • US11393044
    • 2006-03-30
    • Matthew ShinnSeth WhiteRobert Woollen
    • Matthew ShinnSeth WhiteRobert Woollen
    • G06F7/00G06F9/44G06F3/00
    • G06F17/30386Y10S707/99933Y10S707/99944
    • A user can generate queries dynamically at runtime without having to redeploy the appropriate EJB or hard-code the query into the user application. A properties object can be generated to accept the query settings from the user. These settings can be extracted at runtime when the appropriate finder method is invoked, such that the desired query statement, such as a SQL statement, can be generated and executed against the database.This description is not intended to be a complete description of, or limit the scope of, the invention. Other features, aspects, and objects of the invention can be obtained from a review of the specification, the figures, and the claims.
    • 用户可以在运行时动态生成查询,而无需重新部署适当的EJB或将查询硬编码到用户应用程序中。 可以生成属性对象以接受来自用户的查询设置。 当调用适当的finder方法时,可以在运行时提取这些设置,以便可以针对数据库生成和执行所需的查询语句(如SQL语句)。 本说明书不是对本发明的完整描述或限制本发明的范围。 本发明的其它特征,方面和目的可以通过对说明书,附图和权利要求的评述来获得。
    • 4. 发明授权
    • System and methods for dynamic querying
    • 用于动态查询的系统和方法
    • US07454438B2
    • 2008-11-18
    • US11393052
    • 2006-03-30
    • Matthew ShinnSeth WhiteRobert Woollen
    • Matthew ShinnSeth WhiteRobert Woollen
    • G06F7/00G06F17/00G06F3/00
    • G06F17/30386Y10S707/99933Y10S707/99944
    • A user can generate queries dynamically at runtime without having to redeploy the appropriate EJB or hard-code the query into the user application. A properties object can be generated to accept the query settings from the user. These settings can be extracted at runtime when the appropriate finder method is invoked, such that the desired query statement, such as a SQL statement, can be generated and executed against the database.This description is not intended to be a complete description of, or limit the scope of, the invention. Other features, aspects, and objects of the invention can be obtained from a review of the specification, the figures, and the claims.
    • 用户可以在运行时动态生成查询,而无需重新部署适当的EJB或将查询硬编码到用户应用程序中。 可以生成属性对象以接受来自用户的查询设置。 当调用适当的finder方法时,可以在运行时提取这些设置,以便可以针对数据库生成并执行所需的查询语句(如SQL语句)。 本说明书不是对本发明的完整描述或限制本发明的范围。 本发明的其它特征,方面和目的可以通过对说明书,附图和权利要求的评述来获得。
    • 5. 发明申请
    • System and method for software application development using virtual path mapping
    • 使用虚拟路径映射的软件应用程序开发的系统和方法
    • US20070038976A1
    • 2007-02-15
    • US11475769
    • 2006-06-27
    • Konstantin KomissarchikRobert WoollenTheodore Bashor
    • Konstantin KomissarchikRobert WoollenTheodore Bashor
    • G06F9/44
    • G06F8/71
    • A development-oriented split-source directory structure, that can be used with an application server and which solves a number of the problems associated with traditional Enterprise Archive (EAR) files. In particular, the split-source directory structure presents a clean separation between human-readable source files stored in a source control system and generated java class files. The two directories (source and output) appear like a single application. In addition, the split-source directory structure supports an abstraction layer and mappings that allow a physical file location to be mapped to a virtual location. In this manner, the system provides flexibility in how the build structure can be laid out for a particular application development.
    • 面向开发的拆分源目录结构,可与应用程序服务器一起使用,并解决与传统企业存档(EAR)文件相关联的一些问题。 特别地,分割源目录结构在存储在源代码控制系统中的人类可读源文件和生成的java类文件之间提供了一个干净的分离。 两个目录(源和输出)显示为单个应用程序。 此外,拆分源目录结构还支持一个抽象层和允许物理文件位置映射到虚拟位置的映射。 以这种方式,系统提供了如何为特定应用程序开发布局构建结构的灵活性。
    • 8. 发明授权
    • System and method for software application development using virtual path mapping
    • 使用虚拟路径映射的软件应用程序开发的系统和方法
    • US07774754B2
    • 2010-08-10
    • US11475769
    • 2006-06-27
    • Konstantin KomissarchikRobert WoollenTheodore Bashor
    • Konstantin KomissarchikRobert WoollenTheodore Bashor
    • G06F9/44
    • G06F8/71
    • A development-oriented split-source directory structure, that can be used with an application server and which solves a number of the problems associated with traditional Enterprise Archive (EAR) files. In particular, the split-source directory structure presents a clean separation between human-readable source files stored in a source control system and generated java class files. The two directories (source and output) appear like a single application. In addition, the split-source directory structure supports an abstraction layer and mappings that allow a physical file location to be mapped to a virtual location. In this manner, the system provides flexibility in how the build structure can be laid out for a particular application development.
    • 面向开发的拆分源目录结构,可与应用程序服务器一起使用,并解决与传统企业存档(EAR)文件相关联的一些问题。 特别地,分割源目录结构在存储在源代码控制系统中的人类可读源文件和生成的java类文件之间提供了一个干净的分离。 两个目录(源和输出)显示为单个应用程序。 此外,拆分源目录结构还支持一个抽象层和允许物理文件位置映射到虚拟位置的映射。 以这种方式,系统提供了如何为特定应用程序开发布局构建结构的灵活性。
    • 9. 发明申请
    • SYSTEM AND METHOD FOR PROVIDING A FILTERING CLASSLOADER IN A COMPUTER ENVIRONMENT
    • 在计算机环境中提供过滤器的系统和方法
    • US20080271002A1
    • 2008-10-30
    • US11765263
    • 2007-06-19
    • Srinagesh SusarlaAshok BanerjeeRobert Woollen
    • Srinagesh SusarlaAshok BanerjeeRobert Woollen
    • G06F9/45
    • G06F9/44521G06F9/44552
    • A system and method for providing a filtering classloader within a Java-based or other application environment. In one embodiment, a filtering classloader is placed between two other classloaders, e.g. between the system classloader and the application classloader. The filtering classloader is provided with a set of patterns which throw a “class not found exception” if an application makes a request for that class or package. The exception leads the application classloader to believe (perhaps correctly) that there is no class with that name in the system classloader. The application classloader then loads the class itself. The class may or may not exist in the system classloader; the filtering classloader in essence overrides any retrieval from that classloader in favor of the application classloader, for certain specified patterns of request.
    • 一种用于在基于Java或其他应用程序环境中提供过滤类加载器的系统和方法。 在一个实施例中,过滤类加载器被放置在两个其他类加载器之间,例如。 在系统类加载器和应用程序类加载器之间。 过滤类加载器提供了一组模式,如果应用程序请求该类或包,则会抛出“类未找到异常”。 该异常导致应用程序类加载器相信(或许正确)在系统类加载器中没有该名称的类。 应用程序类加载器然后加载类本身。 该类可能存在或可能不存在于系统类加载器中; 过滤类加载器本质上将覆盖来自该类加载器的任何有利于应用程序类加载器的检索,对于某些指定的请求模式。