So last month, I went to The Sizzle with one of my best friends. The receptionist asked “table for two?”. Then I nodded. He bought us two a table for two which looked a bit embarrassing. But the food was good. And this Sizzle visit will be remarkable. ;) So I wanted to leave a note here.
So last month, I went to The Sizzle with one of my best friends. The receptionist asked “table for two?”. Then I nodded. He bought us two a table for two which looked a bit embarrassing. But the food was good. And this Sizzle visit will be remarkable. ;) So I wanted to leave a note here.
From the previous post, I explained how to generate an Alfresco AMP project using Maven. When you have an AMP project you can run it by deploying it to an existing Alfresco Repository or Share. But if you are a developer you will not find it as an effective way to run Alfresco modules. The other way is that you ...
From the previous post, I explained how to generate an Alfresco AMP project using Maven. When you have an AMP project you can run it by deploying it to an existing Alfresco Repository or Share. But if you are a developer you will not find it as an effective way to run Alfresco modules. The other way is that you ...
From the previous post, I explained how to generate an Alfresco AMP project using Maven. When you have an AMP project you can run it by deploying it to an existing Alfresco Repository or Share. But if you are a developer you will not find it as a effective way to run Alfresco modules. The other way is that you ...
Recently I have been working as a Alfresco Developer. When you are developing Alfresco Modules, you need to have a proper project with correct directory structure. Since Alfresco use Maven, you can generate Alfresco 5 AMP project using archetype.First you need Java and Maven installed on your Linux/Mac/Windows computer. Then run below command to start the project.mvn archetype:generate -DarchetypeCatalog=http://repo1.maven.org/maven2/archetype-catalog.xml -Dfilter=org.alfresco:Then ...
Recently I have been working as an Alfresco Developer. When you are developing Alfresco Modules, you need to have a proper project with the correct directory structure. Since Alfresco use Maven, you can generate an Alfresco 5 AMP project using archetype.First, you need Java and Maven installed on your Linux/Mac/Windows computer. Then run below command to start the project.mvn archetype:generate ...
Recently I have been working as an Alfresco Developer. When you are developing Alfresco Modules, you need to have a proper project with the correct directory structure. Since Alfresco use Maven, you can generate an Alfresco 5 AMP project using archetype. First, you need Java and Maven installed on your Linux/Mac/Windows computer. Then run below command to start the project. ...
Messaging made was never easy like this. This is first Oreilly video tutorial I followed. And I should mention that I am really happy about this tutorial. Before I watch this tutorial I had no idea about JMS. But in this tutorial Mark Richards explains Messaging concepts as well as JMS implementations. Most of the developer tutorials don't explain important ...
Messaging made was never easy like this. This is the first Oreilly video tutorial I followed. And I should mention that I am really happy about this tutorial. Before I watch this tutorial I had no idea about JMS. But in this tutorial Mark Richards explains Messaging concepts as well as JMS implementations. Most of the developer tutorials don't explain ...
Messaging made was never easy like this. This is the first Oreilly video tutorial I followed. And I should mention that I am really happy about this tutorial. Before I watch this tutorial I had no idea about JMS. But in this tutorial Mark Richards explains Messaging concepts as well as JMS implementations. Most of the developer tutorials don’t ...
Well. We can swap two integer variables using third variables. That is not a problem. Let's say we want to swap two variables without using a third variable. For that you can use simple mathematical operations such as addition/subtraction. But division multiplication will introduce an error to the data for example if you have to swap 1 and 3. Using ...
Well. We can swap two integer variables using third variables. That is not a problem. Let's say we want to swap two variables without using a third variable. For that, you can use simple mathematical operations such as addition/subtraction. But division multiplication will introduce an error to the data for example if you have to swap 1 and 3. Using ...
Well. We can swap two integer variables using third variables. That is not a problem. Let’s say we want to swap two variables without using a third variable. For that, you can use simple mathematical operations such as addition/subtraction. But division multiplication will introduce an error to the data for example if you have to swap 1 and 3. Using ...
I was really interested in reading this book. But it took a long time to me to read it. And the concepts which are explained in this book are really important. To a person who wants to start learning about Big data concepts, I will recommend this book for sure.If you have prior knowledge of BI tools and techniques, this ...
I was really interested in reading this book. But it took a long time to me to read it. And concepts which are explained in this book are really important. To a person who wants to start learning about Big data concepts, I will recommend this book for sure.If you have prior knowledge on BI tools and techniques, this book ...
I was really interested in reading this book. But it took a long time to me to read it. And the concepts which are explained in this book are really important. To a person who wants to start learning about Big data concepts, I will recommend this book for sure. If you have prior knowledge of BI tools and ...
I am working with Java projects and Git both. But sometimes opening a project from different IDE will create extra files which we really don’t want. So using the .gitignore file in the root folder of your Git repository will ignore files and patterns you have mentioned. Finally, I found there are three main Java IDEs currently. I am very ...
I am working with Java projects and Git both. But sometimes opening a project from different IDE will create extra files which we really don't want. So using .gitignore file in the root folder of your Git repository will ignore files and patterns you have mentioned. Finally I found there are three main Java IDEs currently. They are EclipseIntelliJ IDEANetBeansI ...
I am working with Java projects and Git both. But sometimes opening a project from different IDE will create extra files which we really don’t want. So using the .gitignore file in the root folder of your Git repository will ignore files and patterns you have mentioned. Finally, I found there are three main Java IDEs currently. I am very ...