Skip to content
View tekniqul's full-sized avatar
Block or Report

Block or report tekniqul

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. validateConfigurationAgainstBuild validateConfigurationAgainstBuild Public

    Check that (Java class) files referenced in (XML) configuration files exist in the build directory tree

    Java

  2. validateConfigurationAgainstJsps validateConfigurationAgainstJsps Public

    Check that JSPs (JavaServer Pages) files referenced in XML configuration files such as the web.xml exist in specified JSP directories

    HTML

  3. WeatherDataApp WeatherDataApp Public

    Example JavaEE Servlet 4.0/JSP/HTML 5 web application that calls a US National Weather Service RESTful web service to return up to 7 days of forecast high and low temperatures starting from tomorro…

    Java

  4. JavaParameterizedFactoryDesignPattern JavaParameterizedFactoryDesignPattern Public

    A Modern, Compact Implementation of the Parameterized Factory Design Pattern; article at https://bit.ly/2QX8t9C

    Java