I found a very strange problem with one of my ecommerce applications: one day all browsers started to report a XML rendering error of the content so that the website was only partially rendered. I have never found such problem before and it took me quite a while to find the cause. prestashop X[...]
Apache thrift is a magnificent interface communication platform that allows different platforms (C++, Java, PHP, Python and many more) to communicate with each other easily. Big projects, such as Cassandra, use thrift - but I'm gonna focus on basic setup for java thrift project. All you need to[...]
Since Apache Tiles version 3.x, the useAttribute tag is not available within tiles prefix in the UI. If you try to use it this tag as you could do in older version, you'll surely encounter following exception: No tag "useAttribute" defined in tag library imported with prefix "tiles" According [...]
NetBeans installation provides some additional Java software, including tomcat, glassfish and maven. If you download some .jar packages and want to use them in your project, you should know that NetBeans can provide non-standard paths for its software. Additionally, installing NetBeans will not[...]
Many people ask the question: how to pass dynamic value to a child view (in other words, how to override a base value). Often this is used in html/head/title tag, since different pages should have different titles. What is sad, it's really difficult to find a good answer. The problem lies in t[...]
This short tutorial shows how to create a library that can be used among projects developed in your NetBeans IDE. I'm using NB 7.2 version but it should be all similar in other versions. step 1 - download source libraryWe will create Apache Tiles library that is not included in standard NetBea[...]
Hello, im beginner, i copied symfony2 to my apache virtual host directory (im pointing to web direc[...]
Hello!My OS is Windows XP, web server - Apache, php runs in cgi mode.I got Symfony2 (with vendors) [...]
Hey,So after a while using apache, I decided to give Nginx a shot. I have pretty much everything co[...]
I did a clean install of apache 2.4.3, php 5.4.6 and Symfony 2.1.0 on my Ubuntu 12.04 desktop. Ever[...]