文章分类 -  Webservices/OSS

MySQL Intro - General Commands
摘要:1, mysql -u root -p 2. use testdb; show databases; use testdb; 3. create table etc show tables; create table customer ( customerId INT(32) NOT NULL AU 阅读全文

posted @ 2017-10-17 15:04 fanbird2008 阅读(87) 评论(0) 推荐(0)

JAVA Webservcies - Tomcat Error Logs Examples
摘要:13-Oct-2017 03:26:51.264 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Server version: Apache Tomcat/9.0.0.M2613-Oct-2017 03:26:51 阅读全文

posted @ 2017-10-13 18:31 fanbird2008 阅读(200) 评论(0) 推荐(0)

Java Webservices - Spring Hibernate Version Mismatch
摘要:13-Oct-2017 02:59:16.901 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Server version: Apache Tomcat/9.0.0.M2613-Oct-2017 02:59:16 阅读全文

posted @ 2017-10-13 18:26 fanbird2008 阅读(120) 评论(0) 推荐(0)

Java Tomcat - How to Run Java Program Automatically on Tomcat Startup
摘要:http://crunchify.com/how-to-run-java-program-automatically-on-tomcat-startup/ Recently I wanted to start my standalone Java Application on Tomcat Star 阅读全文

posted @ 2017-10-11 15:07 fanbird2008 阅读(149) 评论(0) 推荐(0)

Java Restful - Webservice Jersey General Summary
摘要:http://www.tuicool.com/articles/67vyIbv 原文 http://dyygusi.iteye.com/blog/2148029 主题 Jersey 项目中更需要使用到webservice,具体的是使用jersey。那么首先需要了解jersey和webservice的 阅读全文

posted @ 2017-10-09 19:07 fanbird2008 阅读(118) 评论(0) 推荐(0)

Java Restful - JSON example with Jersey + Jackson
摘要:http://www.mkyong.com/webservices/jax-rs/json-example-with-jersey-jackson/ Jersey uses Jackson to convert object to / form JSON. In this tutorial, we 阅读全文

posted @ 2017-10-09 16:19 fanbird2008 阅读(264) 评论(0) 推荐(0)

Jetty9 Intro - Install on ubuntu
摘要:https://hostpresto.com/community/tutorials/how-to-install-jetty-9-on-ubuntu-14-04/ How-to Install Jetty 9 On Ubuntu 14.04 3rd November 2016 6,957k Ove 阅读全文

posted @ 2017-09-25 09:38 fanbird2008 阅读(193) 评论(0) 推荐(0)

Java Restful - Tomcat Jersey Maven
摘要:1. /etc/profile export TOMCAT_HOME=/opt/tomcat7export HADOOP_HOME=/opt/hadoop-2.8.0export JAVA_HOME=/opt/jdk1.8.0_111export JRE_HOME=/opt/jre1.8.0_111 阅读全文

posted @ 2017-09-22 14:54 fanbird2008 阅读(86) 评论(0) 推荐(0)

Java Restful
摘要:JavaWeb: 报错信息The superclass "javax.servlet.http.HttpServlet" was not found on the Java Build Path好久不写Jsp,今天建立了一个Javaweb工程,并在eclipse中配置了Web容器Tomcat。原本开 阅读全文

posted @ 2017-09-21 14:25 fanbird2008 阅读(88) 评论(0) 推荐(0)

JAVA Maven Intro
摘要:https://maven.apache.org/guides/getting-started/maven-in-five-minutes.html Maven in 5 Minutes Prerequisites You must have an understanding of how to i 阅读全文

posted @ 2017-09-20 18:04 fanbird2008 阅读(109) 评论(0) 推荐(0)

Java Rest Intro - JAR
摘要:https://stackoverflow.com/questions/39343021/how-to-turn-my-jersey-rest-api-into-an-executable-jar How to turn my Jersey REST API into an executable J 阅读全文

posted @ 2017-09-20 16:38 fanbird2008 阅读(132) 评论(0) 推荐(0)

Java Rest Intro - 8 Top Java RESTful Micro Framework (english)
摘要:http://www.gajotres.net/best-available-java-restful-micro-frameworks/ With each passing year, Java framework scene becomes more and more densely popul 阅读全文

posted @ 2017-09-18 12:01 fanbird2008 阅读(322) 评论(0) 推荐(0)

导航