parsec-web-utils

The Parsec Libraries provides for web service build.

License

License

GroupId

GroupId

com.yahoo.parsec
ArtifactId

ArtifactId

parsec-utils
Last Version

Last Version

1.0.19-RC2
Release Date

Release Date

Type

Type

jar
Description

Description

parsec-web-utils
The Parsec Libraries provides for web service build.
Project URL

Project URL

https://github.com/yahoo/parsec-libraries
Source Code Management

Source Code Management

https://github.com/yahoo/parsec-libraries/

Download parsec-utils

How to add to project

<!-- https://jarcasting.com/artifacts/com.yahoo.parsec/parsec-utils/ -->
<dependency>
    <groupId>com.yahoo.parsec</groupId>
    <artifactId>parsec-utils</artifactId>
    <version>1.0.19-RC2</version>
</dependency>
// https://jarcasting.com/artifacts/com.yahoo.parsec/parsec-utils/
implementation 'com.yahoo.parsec:parsec-utils:1.0.19-RC2'
// https://jarcasting.com/artifacts/com.yahoo.parsec/parsec-utils/
implementation ("com.yahoo.parsec:parsec-utils:1.0.19-RC2")
'com.yahoo.parsec:parsec-utils:jar:1.0.19-RC2'
<dependency org="com.yahoo.parsec" name="parsec-utils" rev="1.0.19-RC2">
  <artifact name="parsec-utils" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.yahoo.parsec', module='parsec-utils', version='1.0.19-RC2')
)
libraryDependencies += "com.yahoo.parsec" % "parsec-utils" % "1.0.19-RC2"
[com.yahoo.parsec/parsec-utils "1.0.19-RC2"]

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

There are no modules declared in this project.

Parsec Libraries and Utilities Build Status

In addition to the core packages of Parsec, Parsec also provides additional supporting libraries and utilities that altogether help reducing more effort in building web services. Below are the libraries available:

Parsec Validation (Input Validation) Download

The Parsec Validation library defines standard method for input validation in a Parsec Java web applications. It also supports the web applications' requirement to validate user input depending on your business logic.

Parsec Constraint Validators Download

The constraint validators library contains a list of useful annotations that can be used when building your web application.

Parsec Config Download

The Parsec Config library lets you set configurations based on different environment, or profile, such as alpha, beta or production. It allows you to introduce a set of standardized/best practice configuration definition for your Java web application.

Parsec Client Download

The Parsec Config library provides an async HTTP client, that supports additional useful features.

Parsec Logging Download

The parsec logging library provides a simple LogUtil class that generates logs in Splunk logging format.

Parsec Web Utils Download

The parsec web utils provides HttpServletRequest/HttpServletResponse wrapper could intercept request and response body, and provide servlet filter for logging http request and response.

License

Copyright 2016, Yahoo Inc. Copyrights licensed under the Apache 2.0 License. See the accompanying LICENSE file for terms.

com.yahoo.parsec

Yahoo

Yahoo is a Verizon Media brand. This organization is the home to many of the active open source projects published by engineers at Yahoo and Verizon Media.

Versions

Version
1.0.19-RC2