template

Create a class object out of a generic type

Write a class which looks like the following <code> public class Test<T> { public Test() { Class<T> clazz = ? } } </code> Call this class with some self generated class which contains Annotations and try to read out the Annotations of this class from the clazz variable which has to be defined.

Building a web site with a ready html or css template in Typo3

<p>Typo3 is a most used CMS (Content Management System). Its easier for a non-technical person a web site building with Typo3. It is needed only a template for building a web site. We can either make a template for a web site by ourselves with Typoscript or use a ready template. Its actually needed a few Typoscript even though we have a ready template. But that is not so much. When we have a few knowledge to build a web site , we can come through this problem. The hardest thing is taking a step, but than we are in comfort.</p>
Subscribe to template