FLECT OSS Library
Overview
Our company FLECT are developing some libraries and applications that are published in the github.
This page is index of these projects.
Anyone can use these libraries and applications with no warranty.
Libraries
You can get these libraries from our maven repository built on GitHub.
<repositories>
<repository>
<id>jp.co.flect</id>
<name>FLECT maven repository</name>
<url>http://flect.github.io/maven-repo/</url>
</repository>
</repositories>
roomframework
A framework that allows you to easily create a WebSocket application.
View detail
excel2canvas
Java and JavaScript library to display Excel sheet on the web
View detail
jQuery.formbuilder
A jQuery plugin to make web form from JSON definition.
View detail
flectCommon
Common library for following libraries.
View detail
github-doclet
A custom doclet each class pages have link to GitHub.
View detail
apex-google-api
An api wrapper of Google Calendar API for Apex..
View detail
Applications
All applications are designed to run on Heroku.
You can execute these applications by following steps.
- git clone from github.
- heroku create and git push.
- set some config variables and install some Addons.
SalesforceFixture
Make testdata of Salesforce.
View detail
SQLTool
A RDBMS reference tool for administrators.
View detail
Papertrail LogAnalyzer
This application analyzes Papertrail logs archived in S3.
View detail
Heroku buildpack
Buildpacks of Heroku.
heroku-buildpack-with-grunt-task
Run grunt task at slug compile.
View detail
Experimental Project
These are experimental projects that may be the webservice in future.
Excel Report
A reporting service that uses excel2canvas.
View detail
Salesforce Explorer
Query and update Salesforce data with syntax like SQL.
View detail