Skip to main content

Home/ attuneuniversity/ Group items tagged a

Rss Feed Group items tagged

Online Training  at Attune University

Create a quiz with random questions in Moodle - 0 views

  •  
    Quiz in Moodle is very useful for creating online Exams, online assignment submissions. We can create a question bank for particular course and assign number of random question to a quiz from this question bank. Here are the steps to create a quiz and assign random number question to it.
Online Training  at Attune University

Create a Struts Portlet in Liferay - 0 views

  •  
    In this blog you can learn how to create a liferay portlet in struts. By this step by step guideline you will get idea about how to configure portlet in Struts. This blog is written by professional liferay developer. These eleven easy steps (with screenshots examples) help you to create a liferay portlet in struts and configure portlet in Struts.
Online Training  at Attune University

Advantages of JBoss Drools Training - 0 views

  •  
    JBoss Drools - An Overview JBoss Drools presents a perfect and standard way to handle business logics in today's complex business environments. Fundamentally, it is a rule engine, with which one can develop business rules which make it increasingly easy to express a solution to different business problems. JBoss Drools is capable of solving complex business problems while providing a detailed explanation about how the solution was found and "why" each decision was taken.
Online Training  at Attune University

Openstack Basics and Installation - 0 views

  •  
    OpenStack is a cloud computing project aimed at providing an infrastructure as a service. It is free and open-source software released under the terms of the Apache License. The OpenStack provides a way to turn bare metal servers into a private cloud.
Online Training  at Attune University

Solution For Hadoop Shuffle Error In Multicluster Mapreduce - 0 views

  •  
    In a project I'm currently working on, we're moving a bunch of our back-end processing to Hadoop. We started a two-node cluster: one master, one slave. That seemed to work fine. Then, we went to four nodes, and about the same time I was testing out a new Hadoop job.
Online Training  at Attune University

liferay training - 0 views

  •  
    Liferay is a leading open source technology having 60+ out of box portlet. Attune Infoom provides a 4 days of training on Liferay. Attune Infocom has already logged over 35400 man-hours of Liferay Consulting and Training. We have successfully completed 20+ Corporate trainings and trained almost 350+ people on Liferay. This training course is designed for developers, architect and project managers to get handson on Liferay Portal administration, System administration, Plugin development and Extension development. This is a required training for individuals who wish to become Liferay Portal expert. One will get benefited from hands-on approach to learn the material effectively and quickly. Through the many exercises interspersed throughout the course, will learn to perform all of the functions, which maximizes the ability to learn everything. This training is focusing on Liferay Portal Administration, Plugin Development, Extension Development and System Administration.
Online Training  at Attune University

Grant User Points to Certified Comments in Drupal 7 - 0 views

  •  
    When a user find a comment true or useful on your, user clicks on "yes" vote for that comment. If more than 10 users click on "Yes" for a particular comment, then the author of that user gets 10 user points.
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

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

Getting Started with RabbitMQ - 0 views

  •  
    RabbitMQ is a messaging broker - an intermediary for messaging. It gives your applications a common platform to send and receive messages, and your messages a safe place to live until received.
Online Training  at Attune University

RPC Model in RabbitMQ - 0 views

  •  
    In this tutorial we're going to use RabbitMQ to build an RPC system: a client and a scalable RPC server Client interface To illustrate how an RPC service could be used we're going to create a simple client class.
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

Getting Started with Drools - 0 views

  •  
    Drools is a business rule management system (BRMS) with a forward chaining inference based rules engine. It supports the JSR-94 standard for its business rule engine. It is a rules engine implementation based on Charles Forgy's Rete algorithm tailored for the Java language.
Online Training  at Attune University

Installing and Running Apache ZooKeeper - 0 views

  •  
    When attempting out ZooKeeper for the frist time, it's simplest to run it in standalone mode with one ZooKeeper server do that on a development machine, as an example. ZooKeeper needs Java 7 to run, therefore make sure you have installed frist. You don't want Cygwin to run ZooKeeper on Windows, since there Windows versions of the ZooKeeper scripts. (Windows is supported only as a development platform, not as a production platform.
Online Training  at Attune University

Hire Drools Developer for Business Rules Management Solution - 0 views

  •  
    DROOLS - What is it? DROOLS in the simplest terms can be understood as a business rule management system that supports, creates and executes business rules and decision logic. DROOLS is a rules engine that works on .NET and Java and possesses a production rule system, that is, it is forward chaining inference based rules engine.
Online Training  at Attune University

Memorial Day Weekend 2013 vacation Offer at Attune University - 0 views

  •  
    Attune University gives a platform to learn open source technology. During this Memorial day holidays if you are planning to learn a new technology and enhance your experience in open source technology.
Online Training  at Attune University

Online Mule Essential Advanced Training - 0 views

  •  
    Attune University offers Online Mule Essential Advanced Training course includes Database connectivity & various connection mechanisms, Basic unit testing on a Mule Application, Mule ESB Administrative tasks, Building a REST web service and more
Online Training  at Attune University

Attune University offer 50% Discount on Enterprise Trainings - 0 views

  •  
    Attune University is happy to announce that as a trusted training partner in the globe, Attune University has delivered over 40+ open source training courses exclusively on demand. Now you can grab the opportunity to learn new technology at a better price. Just insert coupon code "AU50" and Getting 50% discount on all available self paced and online trainings. Subscribe today and learn new technologies this season.
Online Training  at Attune University

Step By Step JUnit test in liferay - 0 views

  •  
    Unit is designed to work best with a number of small tests. It executes each test within a separate instance of the test class. It reports failure on each test. In this we test functioality of abcdLocalserviceUtil method which we create by service.xml. In gven Step you will completely learn how to use junit test in liferay.
Online Training  at Attune University

Attune Infocom Published Liferay apps on Marketplace - 0 views

  •  
    Liferay marketplace is a place where all the community member and organizations found thousands on apps, themes and templates contributed by community members, development organizations and consulting companies. Team Attune is working on Liferay since many years now with a strong team on Liferay having experience developing and executing enterprise portal development and implementation.
1 - 20 of 116 Next › Last »
Showing 20 items per page