This is a java noob related question. Have been looking at Liferay portal technology, however I’m a dotnet (c# or vb) developer by day. Does anyone know if you can use the install of liferay to host dotnet code, not just by using the iFrame method of redirecting to a different site – that just sucks in my opinion
Alternatively is the saner option to go down the port my skills back to java?
Thanks
Mark
Liferay is Java Portal framework that runs in a Java Application Server, like Tomcat. Liferay itself and the backing application server can’t run .Net code. You will need to use Java and specifically the Java Portlet Specification in order to do Liferay development.