Skip to main content

Home/ attuneuniversity/ Group items tagged file

Rss Feed Group items tagged

Online Training  at Attune University

Import a CSV And Print Its Data On Web Browser Using PHP - 0 views

  •  
    Ascii mode transfers files as 'text' which you can edited in any text editor. Examples of ascii files are .txt, .asp, .html, and .php, .csv files. Binary mode transfers files as raw data if you open it on any of text editor it shows "RiÆO¥Ê9?#" of codes. Examples of binary files are .wav, .jpg, .gif, and mp3 files.
Online Training  at Attune University

How To Install Puppet And Transfer File Between The Server - 0 views

  •  
    Linux Puppet tutorial will help you install Puppet for the first time and start managing your servers. Server configuration management is big news in the IT world these days. Rightly so, because Linux automation, devops and configuration management tools like Puppet and Chaf can save you an enormous amount of time and money and help you build a really reliable and automated Linux infrastructure. In this book will show you how you can install puppet in client and master server and also how you can transfer file from one server to another server remotilly.
Online Training  at Attune University

HTTPS Configuration in Jboss - 0 views

  •  
    Create a conf folder in server root directory For example: [C:\Program Files\JBOSS\jboss-5.1.0.GA\conf ] Now goto conf folder in command prompt and trigger following command C:\Program Files\JBOSS\jboss-5.1.0.GA\conf>keytool -genkey -validity 365 -keystore newssl.ks -storepass secret -alias jboss -keyalg RSA -keypass secret -storetype JKS Figure 1 : Details for Https newssl.ks file Now
Online Training  at Attune University

POM In Maven - 0 views

  •  
    Pom is a heart of maven.Pom stands for "Project Object Model".pom.xml file contains the project details and dependencies
Online Training  at Attune University

Guideline For Configuring JBPM Database - 0 views

  •  
    For database configuration in jbpm 5.4 you need to do the following changes. First you have to change the build.properties, available in jbpm-installer. This propeties file contains the properties for database confiuration, by default this properties file points to h2 database.
Online Training  at Attune University

Routing of Files Based on Content using Apache Camel - 0 views

  •  
    Routing is a process of selection of paths in a network through which the message will be following. For eg :- When we mail a letter ,it reaches the destination after travelling through various cites and paths.
Online Training  at Attune University

Drools Guvnor Repository DBfile System Configuration - 0 views

  •  
    In some cases it may be a requirement that you use an external RDBMS, such as Oracle, MySQL, or Microsoft SQL Server as the data store - this is permitted and recommended as storing your repository data in an external RDBMS is much more reliable than the default file-system storage option.
Online Training  at Attune University

Maven Repository - 0 views

  •  
    Maven repository contain different artifacts. It's contain different dependencies.In maven there are different repository like local, central, remote. Types of repository: 1) Maven Local Repository: The maven local repository is a local folder that is used to store all your project's dependencies (plugin jars and other files which are downloaded by Maven).
Online Training  at Attune University

Drupal Feed Importer - 0 views

  •  
    Feeds Module allow you to import Content, users,taxonomy etc. You can create node ,any new user or a list of user using CSV file or HTTP Fetcher whatever you need. You can create a number of new feed using feed imorter (recommended). If you have regular imports you can enable import to run at cron.
Online Training  at Attune University

How To Build And Deploy Plugin With Apache Nutch - 0 views

  •  
    I simply would like to add a new field to the index. This new field should indicate the length of the parsed content of the respective web page and therefore be called pageLength. As a first step, you need to create all the necessary new files. Lets say, we call the plugin "TestPlugin".
Online Training  at Attune University

Migrate Liferay Data To S3 Bucket - 0 views

  •  
    Amazon S3 is cloud storage solution that claims 99.99% availability of objects over a given year. Amazon's storage S3 service is particularly helpful in Liferay's document management to store documents, images, movies and so on. Amazon S3 provides interfaces that can be used by everybody and every application. I'm providing a particular example how to get it running quickly so anyone can explore it's capabilities. I Here is a short intro on how you can migrate files using the Data Migration Tool.
Online Training  at Attune University

How To Create A Theme In Magento - 0 views

  •  
    Structure of a Magento theme For Layout All layout files are present in(apps/design/frontend/default/your_theme) directory whenever you want to add any html tag or php tag ex. , .etc you have to add your code in (apps/design/frontend/default/your_theme) directory.
Online Training  at Attune University

Apache Mahout Intregation with Maven and Eclipse - 0 views

  •  
    We will use here eclipse-jee-juno-SR2-linux-gtk.tar.gz and m2eclipse 0.9 and import maven projects with all feature and we will check out the mahout sources into your workspace directory.you will do a full build on the command-line and import in Eclipse from File - Import - Maven Projects. Point it at the mahout root directory. You are then given the opportunity to choose which sub-modules to import.
Online Training  at Attune University

How to Develop Spring MVC Portlet in Liferay - 0 views

  •  
    Liferay is open source and it work on java platform It support all java language and platform like core java, jsp servlet , Hibernate Spring etc. In this blog we will see how to integrate spring with liferay and what are the necessary file of liferay whom we need to modify or change.
1 - 14 of 14
Showing 20 items per page