Some web flash design tools

some web flash design tools can download from
--->
Web Flash
Design Software

faB,
I think you need to look at BW7.0 and not BW3.5
BI7 rather , is being released by this year end and by the looks of it I think NW Visual Composer will be preferred more that the web application designer.
BW3.5 has the web application designer and so does BI7 but ultimately I think it would converge into the Visual Composer.
Arun

Similar Messages

  • Errors when compiling the web service (SAP Web Service Design Tool)

    After downloading and installing the SAP de Web Service Design Tool (for Crystal Reports Server) I created a connection, a simple query and was able to deploy a web services. I tested the web service with an Xcelsius dashboard within InfoView. Thereafter I created a second connection (other name but same ODBC connection / server) and created another simple query with two date(range) parameters and a group by year and month function in order to do a select count(). It executes fine, but when I try to publish the web service I get an error.
    There are errors when compiling the web service.
    Is does not say whatu2019s wrong or how I can solve this problem.
    Who can help me?
    Some notes:
    1) Within expert mode I used a MONTH() SQL function which does not show in the normal mode.
    2) It seams that the u2018administrationu2019 of Web Service Design Tool got u2018corruptedu2019 after only creating the two connections, queries and services mentioned above. I believe so because I could select one of two queries when I created the second service, but within the current connection I had only one query.
    Thanks for any help,
    Ron
    ADDITIONAL INFO: The parameters seam to be the problem. After removing the parameters I can publish the service. But without parameters it is NO SOLOTION.
    Edited by: RonKoudijs on Aug 26, 2010 6:28 PM

    Hello Taylan,
    I think the error that you received was due to packaging issues.I placed the
    UtilClass.java file under a directory called data which was present under
    the project directory.
    When you want to access a java class, you can either place the compiled
    class file in the WEB-INF/classes folder or you can place the java file
    under the project directory.
    I have attached the sample project that I created with your files.
    Let me know if you have any other questions.
    Thanks
    Raj Alagumalai
    WebLogic Workshop Support
    "taylan" <[email protected]> wrote in message
    news:3d6351b0$[email protected]..
    >
    I am trying to write a simpe web service in WebLogic Workshop, but havingan error
    which I could not understand. Could you please help me? Thanks in advance.
    Regards,
    Taylan
    My web service code is like belows:
    import weblogic.jws.control.JwsContext;
    import data.*;
    public class WebService1
    /** @jws:context */
    JwsContext context;
    * @jws:operation
    public UtilClass testType(UtilClass tTest){
    UtilClass returnObj=new UtilClass();
    if(tTest.getName()!= null){
    returnObj.setName(tTest.getName());
    return returnObj;
    and my UtilClass is placed in the data directory under the same directorywith
    my web service code. It is a simpe class as belows:
    package data;
    public class UtilClass
    private String name;
    public void setName(String name){
    this.name=name;
    public String getName(){
    return name;
    However I got an error when I try to compile the webservice class. Theerror is
    like belows:
    File Line Message
    WebService1.jws 0 Resource found on system classpath: data.UtilClass
    Build complete - 1 error(s), 0 warning(s)
    [ngroup.zip]

  • SAP Web Services Design Tool on Windows 7 64-bit

    Hi,
    I have:
    - Windows 7 Pro 64-bit
    - Crystal Reports 2008 Build 12.3.0.601
    - Crystal Reports Server 2008 V1 SP3
    I want to install the SAP Web Service Design Tool, but during the installation I get an error message :
    Error 1920. Service SAPLicenseService failed to start. Verify that you have sufficient privileges to start system services
    I'm administrator of this machine - be sure.
    Any idea?
    Best regards,
    Mike

    Scott,
    It appears that in the past few days you have not received a response to your
    posting. That concerns us, and has triggered this automated reply.
    Has your problem been resolved? If not, you might try one of the following options:
    - Visit http://support.novell.com and search the knowledgebase and/or check all
    the other self support options and support programs available.
    - You could also try posting your message again. Make sure it is posted in the
    correct newsgroup. (http://forums.novell.com)
    Be sure to read the forum FAQ about what to expect in the way of responses:
    http://forums.novell.com/faq.php
    If this is a reply to a duplicate posting, please ignore and accept our apologies
    and rest assured we will issue a stern reprimand to our posting bot.
    Good luck!
    Your Novell Product Support Forums Team
    http://forums.novell.com/

  • Future of web report design tools

    Hi there,
    Does anybody here know what the future of designing BW web reports will be? I mean, will the BEx web application designer still be the tool in the next 1-2 years, or will the NW Developer Studio take over this role?
    Is there any documentation on this stuff in the service marketplace?
    Does BW version 3.5 bring any such new tools or features?
    Thanks for you input!
    Regards,
    faB

    faB,
    I think you need to look at BW7.0 and not BW3.5
    BI7 rather , is being released by this year end and by the looks of it I think NW Visual Composer will be preferred more that the web application designer.
    BW3.5 has the web application designer and so does BI7 but ultimately I think it would converge into the Visual Composer.
    Arun

  • Can Flex make a Design Tool with a quality output file?

    Hi there,
    I have a team of developers working on a web-based design tool for a large-format print shop. They built the prototype on a Flex platform and used ImageMagick to handle text and image effects.
    Unfortunately, ImageMagick cannot produce the quality of output file we need for our products (prints up to 3 ft by 6 ft / 1m x 2m). It rasterizes all of the design objects, including text and vector clipart.
    Is it possible for Flex to handle all of these elements (object rotation, scale changes, etc.) and output a final design to high quality PDF or AI files without ImageMagick?
    I'm just not sure if my developers are missing something or if they're just not communicating the technical challenges involved in creating such large, high quality output files for a custom, web-based application.
    Many thanks in advance for any insight!

    I'm still not sure I understand what you need.  Sounds like the image map is the same for all the pages, but the image itself is different, although the images are the same size on each page.  Is that it?
    In that case, you could do this in a number of ways, but the best might be -
    Make the page have a transparent PNG/GIF image the same size as the map that has the 5 mapped areas defined on it.  Make the container for that image have a CSS BACKGROUND image that is the actual map.  Specify this CSS background image's path in an embedded stylesheet in the editable region of the head of the page.
    With this as the template, all you need to do on each page is to respecify the background image - since the embedded stylesheet is in an editable region that's do-able.  In other words the TEMPLATE would be -
    <html>
    <head>
    <!-- TemplateBeginEditable name="head">
    <style type="text/css">
    #foo {
         background-image:url(path_to_map.jpg);
         background-repeat:no-repeat;
    </style>
    <!-- TemplateEndEditable -->
    </head>
    <body>
    <div id="foo">
         <img width="map_width" height="map_height" src="transparent.png" usemap="#foomap">
    <map name="foomap">
    </map>
    </body>
    </html>
    The map image can, itself, be in an uneditable region of the page....

  • Query with filters, but Web Appl Designer jumps the previous screen

    Hi all!
    I have a query with a variable selection data screen, all fields are not required.   When I execute the query with query designer the query run Ok.   I designed a web application with this query.   When I execute the query with Web Application Designer the tool jumps the selection data screen and shows the report directly.   Do I have to activate something in Web Aplication Designer tool?
    Thanks in advance!
    Ada.

    Hi,
    In WAD, open your web template.
    Click on anywhere in the template other than on web items (White screen) --> Goto Web item properties of template (present in left pane of WAD) --> Force Variable Screen (Check this option).
    Now Save and execute your query. You will get the variable screen displayed.
    Regards,
    KK.

  • I installed Adobe Web and Design Preium CS6 on windows 8.1, but when I open the program the size of the menus and tools are so tiny. It is not like that for Acrobat, but all the other programs. Is there a fix for this?

    I installed Adobe Web and Design Preium CS6 on windows 8.1, but when I open the program the size of the menus and tools are so tiny. It is not like that for Acrobat, but all the other programs. Is there a fix for this?

    Thanks for the help. I installed CC and it fixed everything but Photoshop. I guess I will have to use my old laptop for images until Adobe fixes the problem. Do you know of a place where we can send issues like these to Adobe?

  • TS3274 A line of pixels about one inch flash red on FaceTime and some web pages

    Just as the title suggests a line of pixels an inch long flash red on some web pages and all the time on FaceTime

    Uninstall Mackeeper and Avast.
    Myth of the Dirty Mac
    MacKeeper – Do Not Install
    MacKeeper – Do Not Install (2)        See  SDW2001’s post
    MacKeeper – Do Not Install (3)
    MacKeeper Removal
    Avast! Uninstall
    uTorrent and iAnti Virus probably aren't helping either.  Go to the developer's web site to find un-install instructions to make sure you completely remove all portions of the program.
    Safari 5.0.1 or later - Slow or partial webpage loading, or webpage cannot be found
    Safari - Unsupported third-party add-ons may cause Safari to unexpectedly quit or have performance issues
    Safari Problems

  • WEBI error with multi-line descriptions for a Business Layer in information Design Tool

    help from Anyone on my problem described below would be greatly appreciated! 
    I'm working with Information design tool and am building a Business layer on top of my universe to prevent a clash of context in my query.
    I want a description on my business layer that explains the need for two business layers in this universe.
    The problem is entering data into the description of a business view
    I need to be able to put in line breaks or the user can't even read the description of the business view.
    If anyone could help I'll be very grateful.
    However this is how it looks in WEBI when I start to create reports. (the original snapshot is two monitors wide by the way)
    the text entered into the field is as exactly as follows:
    I have Descriptions that Explain the Business Layer so they need to be typed out with paragraphs and word wrap.
    Like this. Notice the line break?
    Oh wait What happened? let me try another line break.
    Did that work? ...
    No maybe <\br>
    or \n
    or \n\r ?
    or char(13)char(10)
    or 0x0a
    or 0x0D
    Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi convallis arcu quis libero sagittis, vel pulvinar velit pretium. Praesent vehicula luctus justo in laoreet. Aenean blandit eros eget nisi aliquet, et placerat elit convallis. Nam non adipiscing velit. *** sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Vestibulum a porttitor quam. Suspendisse vulputate eros nunc, ut vestibulum nunc feugiat eget. Phasellus interdum quam vitae quam posuere mattis quis ac elit. Curabitur fringilla justo vel elit lacinia, ac sollicitudin velit sodales. Nunc eget nulla id augue suscipit molestie ut nec nulla. In libero neque, commodo sit amet eros a, viverra aliquam nulla. Sed blandit magna eu orci pellentesque dictum.
    Vivamus urna est, tincidunt sit amet nisi vitae, placerat sodales dui. Donec a sapien tincidunt, auctor mi ut, ullamcorper sem. Sed viverra lobortis nisl at tincidunt. Integer at odio mollis, scelerisque leo vel, fermentum felis. Morbi ultrices magna neque, vel adipiscing urna dictum sit amet. Nullam quam felis, imperdiet quis nunc ut, pretium feugiat tellus. Etiam id auctor augue. Proin id feugiat ligula. Vestibulum congue ligula quis dui porta vehicula. Morbi at sem velit. Morbi vehicula dui nibh.
    Quisque eu imperdiet odio, quis scelerisque lacus. Aenean tortor odio, sagittis in urna id, porttitor convallis neque. Suspendisse eget suscipit nibh. Nullam tincidunt ornare eleifend. Phasellus laoreet molestie luctus. Nulla sit amet semper arcu, quis iaculis velit. Mauris a molestie magna. Ut id eros in diam viverra suscipit. Sed gravida elit vel est imperdiet interdum. Maecenas tempus dolor lectus, id aliquet ligula scelerisque vitae. Praesent pulvinar, velit id fringilla porttitor, massa neque aliquam sem, in tincidunt erat tortor et arcu. Nullam hendrerit condimentum faucibus. Fusce arcu odio, lacinia vel malesuada eget, malesuada eget felis. Praesent venenatis vestibulum ante ut pharetra.

    Bump.
    I still need a Solution to this problem.

  • I need some help in BEx Design Tools..

    Hi,
    Can you people help me in finding some notes about BEx Design Tools [Analytical Engine, BEx Query Designer, BEx Report Designer, BEx WAD, Query Definition]
    Is it possible to find some practise test questions for SAP BI certification Exam.
    Cheers
    Amar.

    Hi
    Check: [BI Suite: Business Explorer |http://help.sap.com/saphelp_nw70/helpdata/EN/ba/45583ca544eb51e10000000a114084/frameset.htm]
    [BW Material|http://sapbwneelam.blogspot.com/2008/10/bw-material.html]
    Srini

  • BEx Web Application Designer old tool?

    Hi,
    Someone told me that BEx Web Application Designer is an old tool that's not used anymore. And that Visual Composer and Web Dynpro are better tools to use. Is this correct?
    Also, I was wondering if anyone could explain the difference between BEx Web Application Designer, Visual Composer and Web Dynpro. What situations do one use the different tools?
    Kind regards,
    Maria Perez

    Maria
    Welcome to SDN
    Bex Web Application is not an old tool and it is widley used for Web Reporting.
    Actually the purpose of these three tools are different so all of them are extensively used.
    Please see the following links for more details
    Visual Composer
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/45bfd990-0201-0010-e1b3-a38f22a5b5b2
    Webdynpro
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/7bfea990-0201-0010-44a7-84a74971b795
    Web Application Designer
    http://help.sap.com/saphelp_nw04/helpdata/en/1a/456a3badc1b315e10000000a114084/content.htm
    Hope this helps
    Thnaks
    Sat

  • Why do you love Flash? aka. Why is Flash Adobe's best design tool?

    Flash fan page. Why do you love Flash?
    I'll go first:
    Super intuitive and minimalist UI. Whether you need smooth lines and shapes or grid-snapped pixel graphics -- everything is always in vector until you export it to PNG. By combining its layers with its timeline, you get a sort of 3-dimensional layering system which boosts your productivity by a long shot. Then there's the whole animations / ActionScript universe if you're feeling frisky. The perfect design tool. Like they say: "Flash for graphics, Photoshop for photos, Illustrator for fine arts, and Fireworks for kids."

    Flash fan page. Why do you love Flash?
    I'll go first:
    Super intuitive and minimalist UI. Whether you need smooth lines and shapes or grid-snapped pixel graphics -- everything is always in vector until you export it to PNG. By combining its layers with its timeline, you get a sort of 3-dimensional layering system which boosts your productivity by a long shot. Then there's the whole animations / ActionScript universe if you're feeling frisky. The perfect design tool. Like they say: "Flash for graphics, Photoshop for photos, Illustrator for fine arts, and Fireworks for kids."

  • The first Ask a Pro for New Responsive Web Design tool, Reflow 2/22

    The new Responsive Web Design tool – Reflow – is out.
    When: Friday, February 22, 2013 – Noon Pacific Time. Session start time for other time zones are here:  http://bit.ly/12D9ILL
    Description: Edge Reflow preview has just been released and now is your chance to see all the ins and outs of this new tool, as well as how it integrates with other Edge tools and services. Join evangelist Paul Trani as he takes you through Reflow and workflows with other Edge tools and services when designing for the modern and mobile web.
    Register here: http://www.adobe.com/cfusion/event/index.cfm?event=detail&id=2008488&loc=en_us

    The replay of this webinar is available OnDemand: http://seminars.adobeconnect.com/p2l90bhma2n/

  • Building online designer tool

    Hi Gurus,
    Just a newby in AIR and Flex environment. I have development
    background in Microsoft Technologies (especially web technologies).
    I am considering AIR environment for building a designer tool
    that should let a user perform the following operations. The basic
    question on hand is "Weather its a right tool/environment to build
    this kind of application". The feature list is:
    1- Should have open (not limiting on height or width) canvas
    as background layer.
    2- User shall be able to upload an image on background layer.
    3- User shall be able to add layers on above background
    layer.
    4- Each layer should let the user add interactive objects
    (custom objects MXML+ Action Scripts + Web Services).
    5- Each layer should be treatable as composite/individual
    entity
    6- Z-indexing of various layers
    7- Show/hide any layer
    8- Transparency for overlapping layer (must be configurable
    for each layer)
    9- Save the complete document with all layers in some format
    (preferably in xml format)
    Any help or direction is highly appreciated.
    Shahzad

    Yes, with a bit of a caveat for #1. The maximum size of a
    bitmap is 2880x2880 pixels (but you could display multiple bitmaps
    in a layer if needed).
    The Flash display list lends itself pretty naturally to a
    layered system (which isn't too surprising since that's essentially
    what the Flash Authoring tool does).There's a good description of
    the display list in the Programming ActionScript chapter of the
    Flex and Flash docs:
    http://livedocs.adobe.com/flex/3/html/05_Display_Programming_01.html

  • How to use SOA Suite in conjunction with SOA Analysis and Design Tools

    Hi everybody,
    I am a novice in this field and I need some help regarding integrating analysis and design tools with SOA Suite.
    We used to analyze and design with Oracle Designer and use its powerful form generator to develop a system. It almost covered all the software lifecycle and kept the traceability between anlaysis,design and implementation.
    I have studied about the SOA concepts and read some papaer about SOA Suite. I have also installed the SOA demo based on SOA Suite and I found it absolutely amazing, but my problem is that It seems oracle does not have any tools for SOA Analysis and Design. am I right? if so, How can we analyze and design a system based on SOA concepts and implement it using soa suite in such a way that keeps traceability? What tools is used for this purpose?
    It seems that IBM have some tools like Rational Software Architect and Rational Suite which enable people to design and analyze based on SOA concepts and then generates some pieces of code (like oracle designer in old days) but is it possible to design in these tools and then generating codes for SOA Suite ? (for example generating a bpel file from a design model)
    As I told before I am a novice in this field and I would be so grateful if other users can share their expriences regarding this matter.
    Any help would be highly appreciated.
    Thanks in advance,
    Navid

    Learn About All Things SOA:: SOA India 2007:: IISc, Bangalore (Nov 21-23)
    Aligning IT systems to business needs and improving service levels within the constraints of tight budgets has for long been the topmost challenge for CIOs and IT decision makers. Service-oriented Architecture (SOA) provides a proven strategy to clearly address both of these objectives. Creating more agile information systems and making better use of existing infrastructure are two leading factors that are boosting SOA adoption across large, medium, and small Indian industries from the BFSI, Retail, Telecom, Manufacturing, Pharma, Energy, Government and Services verticals in India. If you are an IT decision maker belonging to any of these verticals, SOA India 2007 (IISc, Bangalore, Nov 21-23 2007) presents a unique opportunity to gather cutting-edge business and technical insights on SOA and other related areas such as BPM, BPEL, Enterprise 2.0, SaaS, MDM, Open Source, and more.
    At SOA India 2007, acclaimed SOA analysts, visionaries, and industry speakers from across the world will show you how to keep pace with change and elevate your IT infrastructure to meet competition and scale effectively. The organisers are giving away 100 FREE tickets worth INR 5000 each to the first 100 qualified delegates belonging to the CxO/IT Decision Maker/Senior IT Management profile, so hurry to grab this opportunity to learn about all things SOA. You can send your complete details, including your designation, e-mail ID, and postal address directly to Anirban Karmakar at [email protected] to enrol in this promotion that is open until 12 October 2007.
    SOA India 2007 will also feature two half-day workshops on SOA Governance (by Keith Harrison-Broninski) and SOA Architecture Deep Dive (by Jason Bloomberg). If you are an IT manager, software architect, project leader, network & infrastructure specialist, or a software developer, looking for the latest information, trends, best practices, products and solutions available for building and deploying successful SOA implementations, SOA India 2007’s technical track offers you immense opportunities.
    Speakers at SOA India include:
    •     Jason Bloomberg, Senior Analyst & Managing Partner, ZapThink LLC
    •     Keith Harrison-Broninski, Independent consultant, writer, researcher, HumanEdJ
    •     John Crupi, CTO, JackBe Corporation
    •     Sandy Kemsley, Independent BPM Analyst, column2.com
    •     Prasanna Krishna, SOA Lab Director, THBS
    •     Miko Matsumara, VP & Deputy CTO, SoftwareAG
    •     Atul Patel, Head MDM Business, SAP Asia Pacifc & Japan
    •     Anil Sharma, Staff Engineer, BEA Systems
    •     Coach Wei, Chairman & CTO, Nexaweb
    •     Chaitanya Sharma, Director EDM, Fair Isaac Corporation
    A partial list of the sessions at SOA India 2007 include:
    •     EAI to SOA: Radical Change or Logical Evolution?
    •     BPEL: Strengths, Limitations & Future!
    •     MDM: Jumpstart Your SOA Journey
    •     Governance, Quality, and Management: The Three Pillars of SOA Implementations
    •     Building the Business Case for SOA
    •     Avoiding SOA Pitfalls
    •     SOA Governance and Human Interaction Management
    •     Business Intelligence, BPM, and SOA Handshake
    •     Enterprise 2.0: Social Impact of Web 2.0 Inside Organizations
    •     Web 2.0 and SOA – Friends or Foe?
    •     Achieving Decision Yield across the SOA-based Enterprise
    •     Governance from day one
    •     Demystifying Enterprise Mashups
    •     Perfecting the Approach to Enterprise SOA
    •     How to Build Cost Effective SOA. “Made in India” Really Works!
    For more information, log on to http://www.soaindia2007.com/.

Maybe you are looking for

  • I keep getting an alert saying this build is for empoyee only comes when I try to go on line

    everynow and then I get an alert pop up on my iphone 3gs started last thursday alerts says This build is for Employees only don't know why it has happened just want to stop it from happening any help would be great

  • TV OUT Problem this is how I solved.

    Well, first of all I cannot  guarantee if this will work for all people with tv out problems. TV with PC I think will always be a BIG headache . How I did fix my TV OUT problem. Since I live here in Brazil, people have a problem with the system that

  • Please help me with AS error

    I am using a class called DrawingUtilities.as and the file is placed at the same root level as my .fla file, but I get an error when testing the movie. The error is: **Error** Scene=Scene 1, layer=Layer 1, frame=1:Line 20: The class or interface 'act

  • CL_DOCUMENT_BCS - DOCNO protected or public

    Hi, SAP Version : mySAP ERP 2005 - SAP ECC 6.0 In class CL_DOCUMENT_BCS it says DOCNO is PUBLIC - READONLY - PERSISTENT - INSTANCE ATTRIBUTE. Visibility for DOCNO is <i>public</i> but when I try to debug it says visibility is <i>protected</i>. SO str

  • Problem installing flash 9 (nothing new I'm sure)

    cuttin to the chase, bought a mac secondhand off a friend with mac os x 10.2.8 on it (explains why such an old version of os x). been trying to upgrade the flash player (which is currently...6 i believe) to 9. have gone through the adobe site and fol