开始看mac下开发的东西,想做一个现在项目管理的mac下的程序。现在项目管理用的是团队自主开发的基于mediawiki和semantic mediawiki的web程序。前几天我加个一个类Rest的API, 可以考虑用这个API查询有关task的信息,再在mac显示出来。 PHP,Java等都有现成的Mediawiki API的client。 google了一下, 现在还没发现objective c的,不过发现了一个REST的客户端的库。用了一下还不错。 下面是他自带的一个client
Posts tagged development
watching your log file
log is better as debug, and with tail and grep you can focus on certain methods. tail -f -n100 catalina.out|grep “SearchBPELController”
spring + tomcat
log4j: 把 log4j.properties 到 WEB-INF/classes. 放到lib里是没有用处的, tomcat只加载lib中的jar spring mvc 中一个simple form controller的配置