Subscribe



Enter Email address for Daily FREE New Projects, Projects Ideas, IEEE Projects...etc :

Monday, June 4, 2012

3

Advertising Agency - Java Project

  • Monday, June 4, 2012
  • Ravva Vamsi
  • Share
  • Advertising Agency Java Project

    Description of the Project:-


    Today we are living in the in the information age. After green revolution and industrial revolution the world is witnessing the Digital Revolution or the Internet revolution. Those days are long gone when internet was beyond the reach of many, today it is fast becoming a part of our lifestyle and more and more people are increasingly using it for a wide variety of purposes. Internet has also emerged as an important medium to reach to the masses. It is one of the most effective means of providing information to a large number of people. The advertisers have realized its importance throughout the country and a big part of the advertising budget is now being allotted to it. The nature of e-advertising is quite different to that of the normal advertising and to utilize it effectively it is very important to understand the behavior and characteristics demonstrated by the internet surfers.

    Advertising is the means of informing as well as influencing the general public to buy products or services through visual or oral messages. A product or service is advertised to create awareness in the minds of potential buyers. Some of the commonly used media for advertising are T.V., radio, websites, newspapers, magazines, bill-boards, hoardings etc. As a result of economic liberalization and the changing social trends advertising industry has shown rapid growth in the last decade. Advertising is one of the aspects of mass communication. Advertising is actually brand-building through effective communication and is essentially a service industry. It helps to create demand, promote marketing system and boost economic growth. Thus advertising forms the basis of marketing. Advertising plays a significant role in today's highly competitive world. A career in advertisement is quite glamorous and at the same time challenging with more and more agencies opening up every day. Whether it's brands, companies, personalities or even voluntary or religious organizations, all of them use some form of advertising in order to be able to communicate with the target audience. The salary structure in advertising is quite high and if you have the knack for it one can reach the top. It is an ideal profession for a creative individual who can handle work-pressure. Today, new areas are emerging within advertising like event management, image management, internet marketing etc. Event management wherein events are marketed, Image management wherein a a particular profile of an individual or an organization is projected. Internet marketing has also brought about a lot of changes in advertising as Internet means that one is catering to a select group of audience rather than a mass audience.

    Advertising

    Advertising=Market Power Advertising=Information

    It affects consumer’s taste it informs consumers about product and preferences, changes attributes but doesn’t change the product attributes,and way they value those attributes

    Differentiates the products
    From competitive offerings
    Advertising and Ethics Two Viewpoints
    Proponents Critics
    Social Aspects of Advertising
    Advertising educates consumers

    Pro: Advertising informs

    Con: Advertising is superficial

    Advertising improves living standards

    Pro: Ads lower the costs of products

    Con: Ads are wasteful and help only some

    Advertising Affects

    Happiness and Well-Being

    Con: Ads create needs.

    Pro: Ads address a wide variety of basic human needs.

    Con: Ads promote materialism.

    Pro: Ads reflect society’s priorities.

    Marketing Concept

    - “improve positive effects on Society and reduce negative effects…”

    - environmental problems

    - social responsibility conflicts with profit objective

    Ethical Aspects of Advertising

    One of the big complaints about advertising that people act unethical in order to make a sale.

    Key areas of debate regarding ethics and advertising are:

    Truth in advertising
    Body and self-image
    Advertising to children
    Advertising controversial products
    Ethical Aspects of Advertising
    Truth in Advertising
    Deception is making false or misleading statements.
    Puffery (commercial exaggeration) is legal.
    Cannot legislate against emotional appeals
    Ethical Aspects of Advertising
    Body and self-image
    Self-image advertising can contribute to self-improvement
    Can also lead to dangerous practices
    Advertising mirrors and shapes the standard of attractiveness
    Ethical Aspects of Advertising
    Children
    Some studies have shown…

    . Children lack experience and knowledge to evaluate advertising critically

    . They can not differentiate between commercials and programs(fantasy vs realty)

    . Children are vulnerable to advertising

    While other studies argues…

    . Children must learn through consumers socialization process; need to acquire skills to function in the market place.

    . Acquired skills have helped teens evaluate ads and recognize persuation techniques.

    Ethical Aspects of Advertising

    Advertising Controversial Products
    Critics question the “targeting” of minorities.
    Tobacco, alcohol, gambling and lotteries are product categories of greatest concern.

    [censored] in advertising

    Do You Agree with Leo Burnett

    “It must be said that without advertising we would have a far different nation, and one that would be much the poorer-not merely in material commodities, but in the life of the spirit”.

    What is JAVA ?

    Java is an entire programming language resembling C or C++. It takes a sophisticated programmer to create Java code. And it requires a sophisticated programmer to maintain it. With Java, you can create complete applications. Or you can attach a small group of instructions, a Java "applet" that improves your basic HTML. A Java Applet can also cause text to change color when you roll over it. A game, a calendar, a scrolling text banner can all be created with Java Applets. There are sometimes compatibility problems between Java and various browsers, operating systems or computers, and if not written correctly, it can be slow to load. Java is a powerful programming language with excellent security, but you need to be aware of the tradeoffs.

    What is JSP ?

    Short for Java Server Page. A server-side technology, Java Server Pages are an extension to the Java servlet technology that was developed by Sun. JSPs have dynamic scripting capability that works in tandem with HTML code, separating the page logic from the static elements -- the actual design and display of the page -- to help make the HTML more functional(i.e. dynamic database queries). A JSP is translated into Java servlet before being run, and it processes HTTP requests and generates responses like any servlet. However, JSP technology provides a more convenient way to code a servlet. Translation occurs the first time the application is run. A JSP translator is triggered by the .jsp file name extension in a URL. JSPs are fully interoperable with servlets. You can include output from a servlet or forward the output to a servlet, and a servlet can include output from a JSP or forward output to a JSP. JSPs are not restricted to any specific platform or server. It was orignially created as an alternative to Microsoft's ASPs (Active Server Pages). Recently, however, Microsoft has countered JSP technology with its own ASP.NET, part of the .NET initiative.

    What is JavaScript ?

    When new technologies start, they sometimes acquire names that will be confusing in the future. That's the case with JavaScript. JavaScript is not 'Java'. JavaScript is a simple programming language that was developed by Netscape that writes commands to your browser when the HTML page is loaded. Note: you can have compatibility issues with Java Script, especially in newer versions of Browsers.

    What is Java:

    Java is a simple, distributed object oriented programming language which provides the security, High performance, robustness.

    Java is a portable and Architectural neutral language which can be Interpreted.

    Java is multithreaded and Dynamic language.

    About Java:

    Java is a Programming language originally developed by James Gosling at Sun Microsystems and released in 1995 as a core component of Sun Microsystems' Java Platform. The language derives much of its Syntax from c and C++ but has a simpler object Model and fewer low-level facilities. Java applications are typically compiled to bytecode(class file) that can run on any Java Virtual machine (JVM) regardless of computer architecture.

    Why Software Developers Choose Java:

    Java with its versatilty, efficiency, and portability, Java has become invaluable to developers by enabling them to:

    • Write software on one platform and run it on virtually any other platform

    • Create programs to run within a Web browser and Web services

    • Develop server-side applications for online forums, stores, polls, HTML forms processing, and more

    • Combine applications or services using the Java language to create highly customized applications or services

    • Write powerful and efficient applications for mobile phones, remote processors, low-cost consumer products, and practically any other device with a digital heartbeat.

    Goals in creation of Java:

    There were five primary goals in the creation of the Java language

    1. It should be "simple, object oriented".

    2. It should be "robust and secure".

    3. It should be "architecture neutral and portable".

    4. It should execute with "high performance".

    5. It should be "interpreted, threaded, and dynamic".

    Architecture of Java:

    Java's architecture arises out of four distinct but interrelated technologies:

    • The Java programming language

    • The Java class file format

    • The Java Application Programming Interface

    • The Java virtual machine

    When you write and run a Java program, you are tapping the power of these four technologies. You express the program in source files written in the Java programming language, compile the source to Java class files, and run the class files on a Java virtual machine. When you write your program, you access system resources (such as I/O, for example) by calling methods in the classes that implement the Java Application Programming Interface, or Java API. As your program runs, it fulfills your program's Java API calls by invoking methods in class files that implement the Java API.

    The Java Virtual Machine

    At the heart of Java's network-orientation is the Java virtual machine, which supports all three prongs of Java's network-oriented architecture: platform independence, security, and network-mobility.

    A Java virtual machine's main job is to load class files and execute the bytecodes they contain. As you can see in Figure 1-3, the Java virtual machine contains a class loader, which loads class files from both the program and the Java API. Only those class files from the Java API that are actually needed by a running program are loaded into the virtual machine. The bytecodes are executed in an execution engine.

    Coding standard

    Java suggests set of coding standard to follow while writing java program. Coding standard helps author as well as others to better understand program. It reduce amount of debugging time considerably. Basically coding standard suggests how to name class, methods variables of different scope, package etc.

    Writing a Java program

    In the Java programming language, all source code is first written in plain text files ending with the .java extension. Those source files are then compiled into .class files by the javac compiler. A .class file does not contain code that is native to your processor; it instead contains bytecodes — the machine language of the Java Virtual Machine1 (Java VM). The java launcher tool then runs your application with an instance of the Java Virtual Machine.


    Download Project:- Click Here

    3 Responses to “Advertising Agency - Java Project”

    Unknown said...
    February 17, 2015 at 10:22 PM

    I acquired lots of knowledge after reading this blog. So thank you blog author for providing wonderful information here.
    Ad film production house in Indore


    Unknown said...
    June 23, 2015 at 5:42 AM

    file not found.. please upload it or email me at ashish,rusty14@gmail.com ... its urgent.. thanks


    Anonymous said...
    February 21, 2017 at 2:50 AM

    Огромный плюс и самая большая головная боль технического разнообразия нашего времени — невероятно широчайший ассортимент всех видов электроники. Глаза буквально разбегаются, а выбрать порой что-то по-настоящему нужное и достойное, а при этом стоящее своих денег очень сложно. Приглашаем вас в интернет-магазин MOYO, где вы найдете ноутбуки от популярных брендов Apple, Dell, Toshiba, Acer, Sony, HP Dell, HP, Acer, Lenovo, ASUS, MSI, Panasonic и сможете ознакомиться с характеристиками каждой модели, воспользоваться удобным и подробным фильтром, добавить их к сравнению и действительно понять преимущества каждой. Если все-таки сомневаетесь в вашем решении, наши онлайн-консультанты всегда дадут дельный совет и ответят на все вопросы об оформлении заказа, доставке и оплате. Вы можете совершить заказ круглосуточно и получить его в самые короткие сроки в вашем населенном пункте Украины.
    http://www.moyo.ua/comp-and-periphery/notebooks/


    Post a Comment