jq
jq is like sed for JSON data – you can use it to slice and filter and map and transform structured data with the same ease that sed, awk,... more »
Tweet 0 Comments Save Tags: frameworks , javascript
Spring Framework 4.0 Milestone 1 Now Available
Juergen Hoeller announces the first milestone for Spring Framework 4.0, which includes the first wave of Java SE 8 / OpenJDK 8 support,... more »
Tweet 0 Comments Save Tags: announcement , frameworks , java , open source
JSF Performance: Mojarra improves dramatically with latest release
In our comparative study about the runtime behavior of both JSF implementations we came to the conclusion that Apache MyFaces performs... more »
Tweet 0 Comments Save Tags: frameworks , java , standards
Jodd v3.4.4
Jodd is an open-source Java utility library and set of micro frameworks.J odd tools enriches JDK with many powerful and feature rich... more »
Tweet 0 Comments Save Tags: announcement , frameworks , java , open source
Spring Security – security none, filters none, access permitAll
The differences between access="permitAll", filters="none", security="none" in Spring Security.
Tweet 0 Comments Save Tags: frameworks , how-to , java , security
12 Useful Responsive Grid Frameworks
If you want to established a very responsive website that will compete to other growing businesses online, you should know how to utilize... more »
Tweet 0 Comments Save Tags: frameworks
Spring DataIntegrityViolationException
Spring DataIntegrityViolationException - Causes and Solutions for Hibernate and JPA: ConstraintViolationException,... more »
Tweet 0 Comments Save Tags: frameworks , how-to , java , open source
Yoke with Vert.x 2 is a faster alternative to Express JS!
Simple benchmarks show that the upcoming Vert.x 2 Framework with Yoke as the middleware layer can provide better performance than Express... more »
Tweet 1 Comments Save Tags: frameworks , java , javascript , reviews
Native equivalents of jQuery functions
If you checked out my last post you’ll know that I have been doing lots of JavaScript coding as of late, both inside and out of Brackets.... more »
Tweet 0 Comments Save Tags: frameworks , javascript
17 New Best Responsive Frameworks
To all web developers and designers, there are various resources that they can use while establishing a new website. One of which is... more »
Tweet 0 Comments Save Tags: frameworks
C# Performance Benchmark Mistakes, Part Two
So far in this series we've learned about the jitter and how it compiles each method in your program "on the fly"; we'll come... more »
Tweet 0 Comments Save Tags: .net , frameworks , other languages
JDK 8 and Java EE 7 initial support arrive in Spring Framework 4.0
New modernising features for the enterprise framework arrive in Milestone 1.
Tweet 0 Comments Save Tags: frameworks , java , news
AngularJS, Dependency Injection, and when is a singleton not a Singleton?
Singletons have some use cases, but it is generally considered poor form to use them. They are especially bothersome when you start... more »
Tweet 0 Comments Save Tags: frameworks , javascript , reviews
Google’s Polymer and the future of web UI frameworks
At Google I/O 2013, Google presented a new web user interface (UI) framework called Polymer. The way it works is indicative of the future... more »
Tweet 0 Comments Save Tags: frameworks , gui , web design
The Great Java Application Server Debate with Tomcat, JBoss, GlassFish, Jetty and Liberty Profile
What type of Java app server should you choose for your next project? Well, that kinda depends on what kind of app you’re building, what... more »
Tweet 0 Comments Save Tags: frameworks , java , server
Tracing Black Boxes I: JMX Insight Into JVM Performance
JMX stands for Java Management Extensions, and while Wikipedia’s page about JMX is a bit sparse, this IBM developerWorks guide provides a... more »
Tweet 0 Comments Save Tags: frameworks , how-to , java , tools
Developing Web Application with Node.js, Express.js and MongoDB
This is a Proof of Concept for making Node.js to communicate with MongoDB through REST API
Tweet 0 Comments Save Tags: agile , frameworks , javascript , open source
Stupid Java Tricks » Changing Play 2 DB Configuration At Runtime: Beware of Dragons
Maybe you work for a company that leaves DB passwords in plaintext in configuration files on their servers. You would probably be among... more »
Tweet 0 Comments Save Tags: frameworks , java
JavaScript Frameworks and Resources
JavaScript Frameworks and Resources
Tweet 0 Comments Save Tags: frameworks , javascript , reviews , usability
Implementing Pagination in ASP.NET Web API using OData operators
ASP.NET Web API is a framework that makes it easy to build HTTP services for various types of clients from Microsoft to Non-Microsoft... more »
Tweet 0 Comments Save Tags: .net , frameworks , web design , web services
A better way to manage the Rails secret token
Firstly, hard-coding configuration conflates config and code. Although this may not cause much pain in a very simple context, as the... more »
Tweet 0 Comments Save Tags: frameworks , ruby
Creating Rich Clients with Apache Pivot
An introduction to the Apache Pivot framework with examples for creating rich clients either programmatical or using xml templates.
Tweet 0 Comments Save Tags: frameworks , gui , java , xml
The CORRECT Way to Code a Custom Exception Class
There is a lot of advice out there on how to go about building your own custom exception classes. A lot of these sources are at... more »
Tweet 0 Comments Save Tags: .net , frameworks , other languages
Java Roots : Configure CAS Server and Client in Java
Implement SSO for your web application using CAS
Tweet 0 Comments Save Tags: frameworks , java
Inject Controller Libraries Dynamically at Runtime in ASP.NET Web API using Custom Assembly Resolvers
An introduction to Web API’s Custom Assembly Resolver feature that enables you to add Controller libraries dynamically at run time. To... more »
Tweet 0 Comments Save Tags: .net , frameworks , web design