Saturday 8 October 2011

Java Jobs - Chennai

JAVA/Testing - Lofty Systems


DesignationJAVA/Testing - Lofty Systems - Chennai
CompanyLofty Systems
Experience0-0
India
IndustryIT / Computers – Hardware
Job CategoryIT - Software
SkillsJAVA/Testing - Lofty Systems - Chennai
LocationIndia-Tamil Nadu-Tennur
Websitehttp://www.jobdhundo.com


JAVA/Testing - Lofty Systems - Chennai

Company Name
Lofty Systems Private Limited
Locations
Chennai
Experience
0 - 0 years
Key Skills
Freshers, BE, BTECH 2009/2010
Education
B.E/B.Tech, M.E/M.Tech/MS
Function
IT
Role:

• Fresher
• Trainee
• Software Engineer/ Programmer
Industry
• IT/ Computers - Hardware
• IT/ Computers - Software

About Company

Lofty Systems is IT company engaged in providing IT service to fortune 500 companies.


Job Description

Lofty Systems - Chennai hiring Developer. Selected candidate will have to work to bring in new customer in IT industry.

Eligibility : BE/BTECH/MCA/Msc Computer Science
Experience - Fresher 2009 or 2010 passed out
Location - CHENNAI

Roles and Responsibility - Developer

1. Ready to learn new technologies
2. Should have good knowledge in C or SQL Server
3. Good English communication skill

Walk -in to our office @Lofty Systems
Gokul Arcade,
2, Sardar Patel Raod
Adyar,
Chennai - 600020
044-42117717

Wednesday 5 October 2011

IT Online Training courses offered and Backup services

Online German Course
IT Online Training Course Content:

We have designed our training programme to provide excellent learning experience to our  students over internet. We have a vision to provide IT trainings for students at lower price and a flexibility to learn their desired technology at your doorstep. This avoids your efforts to travel in the heavy traffic and leads to manage your time to excel your career. We provide personalized online training for students , duration of 2hr every day and follow up / summary class over the weekend. We will design our course duration based on your availability and we encourage for early completion and regular practice and students can reach out to our faculty if they have any queries even after the course.
For more information, please call us at 040 40020608 or email us at softwareonlinetraining@gmail.com . Below is the list of online courses offered.

1.     Training in Java
2.     Training in  OBIEE
3.     Training in Informatica
4.     Training in Teradata
5.     Training in Data Stage
6.     Training in Cognos
7.     Training in SAP HR
8.     Training in SAP MM
9.     Training in SAP SD
10.  Training in Testing Tools
11.  Training in PHP
12.  Training in Unix Shell Scripting
13.  Training in JD Edwards
14.  Training in SAP Basis
15.  Training in SAP Abap
.
www.itonlinetrainingsforstudents.blogspot.com

Sunday 2 October 2011

Online IT trainings for final year students and job seekers


We have designed our training programme to provide excellent learning experience to our  students over internet. We have a vision to provide IT trainings for students at lower price and a flexibility to learn their desired technology at your doorstep. This avoids your efforts to travel in the heavy traffic and leads to manage your time to excel your career. We provide personalized online training for students , duration of 2hr every day and follow up / summary class over the weekend. We will design our course duration based on your availability and we encourage for early completion and regular practice and students can reach out to our faculty if they have any queries even after the course.
For more information, please call us at 040 40020608 or email us at softwareonlinetraining@gmail.com . Below is the list of online courses offered.
1.     Training in Java
2.     Training in  OBIEE
3.     Training in Informatica
4.     Training in Teradata
5.     Training in Data Stage
6.     Training in Cognos
7.     Training in SAP HR
8.     Training in SAP MM
9.     Training in SAP SD
10.  Training in Testing Tools
11.  Training in PHP
12.  Training in Unix Shell Scripting
13.  Training in JD Edwards
14.  Training in SAP Basis
15.  Training in SAP Abap
.




Please check out www.itonlinetrainingsforstudents.blogspot.com

SAP Business Objects Online Training


SAP Business Objects Definition

Business Objects business and technology object programming are based on the concept of Real world projects, Eg- a sales order or an employee are framed as business objects in the business application system alike R/3 system.

We can visualize SAP Business Objects as Black Boxes that enable R/3 data and business process, there fore hiding the details of the implementation and structure of the underlying data.

SAP Business Objects Structure

To achieve this encapsulation, the SAP Business Objects are constructed as entities with many layers.
  • First layer of an SAP Business Object is the kernel, which represents the object's inherent data.
  • The second layer, integrity layer , represents the business logic of the object. Ir comprises the business rules and constraints that apply to the business object.
  • Third Layer , the interface layer , describes the implementation and structure of the SAP Business object , and defines the object’s interface to the outside world.
  • Fourth layer of Business Object is the access layer, which defines the technologies that can be used to obtain external access to the objects’s data, eg- COM/ DCOM ( Component Object Model / Distributed Component Object Model )
Integration Accessing Business Objects

As the graphic shows, the interface layer separates a Business Object's data and the applications and technologies that can be used to access it. To the outside, the SAP Business Objects reveal only their interface, which consists of a set of clearly defined methods. Applications can only access the Business Object data by the object's methods.
An application program that accesses an SAP Business Object and its data only needs the information required to execute the methods. Therefore, an application programmer can work with the SAP Business Objects and invoke their methods without having to know or consider the object's underlying implementation details.
The set of methods that is associated with a Business Object represents the object's behavior. When a method is executed on a Business Object, the method can change the object's internal state, that is, the object's data.
For example, one method that you can use on the Business Object "Employee" is to "check for the employee's existence".
All SAP Business Object types and their methods are identified and described in the Business Object Repository (BOR).

Object Types and Object Instances

Each individual Business Object belongs to a specific object class, depending on the nature and general characteristics of the object. These object classes are called object types. For example, the individual employees working in an organization are all part of the "Employee" object type.
The object types are descriptions of the actual SAP Business Objects that can exist in R/3; that is, each individual SAP Business Object is a representation, or instance, of its object type. For example, the employee with the name Charles Jones and the employee number 1234 is an instance of the "Employee" object type.
When writing object-oriented application programs, application developers identify the object types that are to be used and operated on by their programs. At run time, the application program accesses the specific instances of the defined object types.
When an instance of a Business Object is used by an application program, the object instance responds only to the set of characteristics and methods defined for its own object type. The SAP Business Object types are defined by the following:
  • Key fields The key fields determine the structure of an identifying key, which allows an application to access a specific instance of the object type. The object type "Employee" and the key field "Employee.Number" are examples of an object type and a corresponding key field.
  • Object type The object type describes the features common to all instances of that object type. This includes information such as the unique name of the object type, its classification, and the data model.
  • Attributes An attribute contains data about a Business Object, thus describing a particular object property. For example, "Employee.Name" is an attribute of the "Employee" object type.
  • Events  An event indicates the occurrence of a status change of a Business Object.
  • Methods  A method is an operation that can be performed on a Business Object and that provides access to the object data. A method is defined by a name and a set of parameters and exceptions, which can or must be provided by the calling program in order to use the method. BAPIs are examples of such methods.
  • Interfaces Interfaces are groups of related methods associated with an object type.
For More information on SAP Business Objects online training at a very low cost please call 9951110806 / 040 40020608 or email us at softwareonlinetraining@gmail.com , you can learn SAP BO at your door step.



SAP BO Online training at cheaper course fee

SAP Business Objects online training by BO expert with 8 years of real time experience working with TOP MNCs across countries.

Our intention is to provide software  training online for all the students at very cheaper course fee at your doorstep for all the freshers and job seekers, those who are planning for software career . We provide online software learning in all the technologies by Industry real time experts and career counseling by HR expert conducting telephonic MOCK HR interviews.

1. SAP Technical Modules
2. SAP Functional Modules
3. Testing Tools ( QA , Manual & Testing )
4. PHP
5. Dataware housing technologies ( Cognos , Informatica , Teradata, Business Objects , Data Stage etc )
6. Project Management Administration.
7. Resource Management
8. Mock HR Interviews
9. Spoken English ( Interview Point of View )
10.Storage

If interested , please call  040 40020608 / 9951110806 or email us at softwareonlinetraining@gmail.com .


We wish you all the very best for your bright future and successful career ahead.