Wednesday, April 30, 2014
Tuesday, April 29, 2014
Monday, April 28, 2014
Converting a Scala class file to decompiled Java source code
http://alvinalexander.com/scala/scala-class-to-decompiled-java-source-code-classes
Sunday, April 27, 2014
Friday, April 25, 2014
Thursday, April 24, 2014
List of java web framework
Stripes
Struts
Tapestry
VRaptor
Vert.x
Wicket
Spark
Compojure
Conjure
Grails
JRoR
JSF
Lift
Netty
Noir
Play
Scalatra
Seam
Sitemesh
Spark
Spring MVC
Stripes
Struts
Tapestry
VRaptor
Vert.x
Struts
Tapestry
VRaptor
Vert.x
Wicket
Spark
Compojure
Conjure
Grails
JRoR
JSF
Lift
Netty
Noir
Play
Scalatra
Seam
Sitemesh
Spark
Spring MVC
Stripes
Struts
Tapestry
VRaptor
Vert.x
Wednesday, April 23, 2014
Tuesday, April 22, 2014
Build dynamically extensible frameworks
http://www.javaworld.com/article/2077576/learn-java/java-tip-74--build-dynamically-extensible-frameworks.html
Monday, April 21, 2014
Getting json object from response
//protected void doPost(HttpServletRequest request, HttpServletResponse response) throws ServletException, IOException {
//
// request.setCharacterEncoding("utf8");
// response.setCharacterEncoding("utf8");
// response.setContentType("application/json");
// PrintWriter out = response.getWriter();
// JSONObject jsonObj = (JSONObject) JSONValue.parse(request.getParameter("para"));
// System.out.println(jsonObj.get("message"));
// JSONObject obj = new JSONObject();
// obj.put("message", "hello from server");
// out.print(obj);
//
//}
//
//
// request.setCharacterEncoding("utf8");
// response.setCharacterEncoding("utf8");
// response.setContentType("application/json");
// PrintWriter out = response.getWriter();
// JSONObject jsonObj = (JSONObject) JSONValue.parse(request.getParameter("para"));
// System.out.println(jsonObj.get("message"));
// JSONObject obj = new JSONObject();
// obj.put("message", "hello from server");
// out.print(obj);
//
//}
//
Thursday, April 17, 2014
How to compare data type from paramClass.How ASM is doing it.
if (paramClass.isPrimitive()) {
if (paramClass == Integer.TYPE)
return INT_TYPE;
public static final Type INT_TYPE = new Type(5, null, 1224736769, 1);
if (paramClass == Integer.TYPE)
return INT_TYPE;
public static final Type INT_TYPE = new Type(5, null, 1224736769, 1);
Wednesday, April 16, 2014
Tuesday, April 15, 2014
Monday, April 14, 2014
Thursday, April 10, 2014
Wednesday, April 9, 2014
Tuesday, April 8, 2014
Monday, April 7, 2014
Sunday, April 6, 2014
Subscribe to:
Posts (Atom)