Skip to content
#

application-server

Here are 79 public repositories matching this topic...

Lucee Server is a dynamic, Java based (JSR-223), tag and scripting language used for rapid web application development. Lucee simplifies technologies like webservices (REST, SOAP, HTTP), ORM (Hibernate), searching (Lucene), datasources (MSSQL, Oracle, MySQL and others), caching (infinispan, ehcache, and memcached) and many more. Lucee provides a compatibility layer for Adobe ColdFusion © CFML using less resources and delivering better performance.

  • Updated Apr 11, 2022
  • Java
ahenket
ahenket commented May 3, 2021

The function xmldb:create-collection($target-collection-uri as xs:string, $new-collection as xs:string) supports recursion on the $new-collection, which makes it possible to say:

xmldb:create-collection(repo:get-root(), 'a/b/c/d')

This recursively creates a/b/c/d as needed and returns /db/apps/a/b/c/d. This very much appreciated behavior however is undocumented.

As ca

needs documentation needs XQSuite test good first issue
GregUtas
GregUtas commented Nov 5, 2017

Implement Message.InspectMsg and suitable overrides. This function should be invoked when a message is sent, but only when a debug flag is enabled in a lab load. Its purpose is to verify that the message

  • belongs to a valid protocol
  • matches its PSM's protocol (if sent by a PSM)
  • has a valid signal for its protocol
  • contains all parameters that are mandatory for its signal
  • contains
benhalstead
benhalstead commented May 31, 2019

httpendpoint.RequestedVersionExtractor.Extract should be able to return an error if the version encoded in the request is missing or invalid, resulting in an HTTP 400

RequestedVersionExtractor should be injected into the HTTPServer via a decorator (which the RuntimeCtl instance of the HTTPServer should opt out).

enhancement good first issue

Improve this page

Add a description, image, and links to the application-server topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the application-server topic, visit your repo's landing page and select "manage topics."

Learn more