What to use for developing complex add-on

Dear Experts,
I have to start developing a complex add-on.
What do your experience recommend? Simply start from scratch (eventually copying some classes from SDK examples) or to adopt SAP B1DE?
Thank you for the help
Massimo

hello freind
yu can start from sdk samples .i think this give yu best guidence for complex addon creatiom.yu can start from
C:\Program Files\SAP\SAP Business One SDK\Samples\COM UI\VB.NET
working with xml samples

Similar Messages

  • What i use to develop complex tree and table in my web application?

    hi guys
    simply most of my work in my web application will be depend on:
    1-tree
    2-table
    i need this tree and table deal with database table (or even tables) must be able to do every thing like add node/row/column, delete, update, drag-n-drop, various object nodes/cells like check-box, list, images...etc
    i used JTree and JTable then stoped because i faced problems in dealing with applet/database, and i really didnt see this is perfect way to do that even i agree that JTree and JTable are excellent objects. i also start using ajax tree but i didnt see it robust to have all this complicated work with database.
    by the way i need also master-detail UI table, but its easy to get this if i have good and flexable table object.
    my rest pages developed by jsp, servlet, javascript, html...etc
    so any suggestion to how i build this tree and table? i also heared about JSF, is it serve me?
    thanks

    so if the only way to use JTree and JTable,There are other ways, but they're not Java and might be more complicated.
    are there
    any links you have discussing dealing database with
    applet by keep applet away from direct connection to
    my database?I'm not aware of links, but it's common sense. You don't want to expose the DB server to the internet, and instead contact a server for authentication that then forwards the request to the DB.

  • What to use For Developing a UML diagrams Tool??

    Hi!
    I am student of BS(Computer Sciences) and am doing my Final Year Project. I am implementing a research Thesis and my project involves developing an environment that would allow the Modeler/user to draw UML diagrams like Visual Paradigm, Rational Rose etc. I further(if i found time for that) would be writing a "Code Generation Engine" that will generate the Java code for the drawn UML diagrams. I am more than good at Java and am developing my project in Java.
    The thing about which i am confused is that how to develop an environment that would allow the drawing of UML diagrams. I was first considering to work on NetBeans Visual Library API but i found it too much Generic, i mean i had an overhead of managing the UML diagram details in terms of my "custom Widgets". Then some one told me about Eclipse Graph Editing Framework(GEF). But i am not quite sure about it. I wanted to ask that should i use NB Visual Library or Eclipse GEF or if there is any other Java Library allowing to draw UML diagram and possibly generating the XMI(a kind of XML standard) of the drawn UML diagrams for parsing it and generating Code.If some one knows a solution please answer!
    Any refernce would be appreciated!
    thanks,
    Hassan Ali.

    I am more than good at Java and am developing my project in Java.Perhaps you are good at the java LANGUAGE, but that is not what matters here; you need to be good at system architecture, design and implementation for which Java may be a tool to do part of the job. Why don't you pick something that does not take a team of skilled developers to create over a number of years (and even then the product is generally flawed)?
    Remember: papers are more important than the end product when you are in school. I did a project that was basically two web based systems (servlet/JSP/XML-RPC) to which a PDA device could connect to indicate medical problems. I made a few basic apps, one of which was a simple picture of a human on which you could point where it hurts. Depending on the zone that was pressed, the system would determine how alarming it was and if immediate action would need to be taken (the heart of course was red alert). One other such applications was a simple big red button that read PANIC.
    The design was pretty basic; web services for application communication, real time management interface to see incoming messages, very basic PDA applications for the end user part. But two things made our grade shoot to the stars.
    - one person who entered the project really late (and did no development at all) made an absolutely fantastic powerpoint presentation talking about the elderly and people with heart conditions and such and so forth (queue in pictures of elderly people and children with toothpaste smiles) and there were even truthful statistics thrown in there.
    - a last minute addition was that the systems were linked together; if one would fail (which would be the worst case scenario where the power would go out and the backup power supply would not last long enough), the other would take messages and forward them to the failed system as soon as it was up again so no calls would ever be completely lost, even if there would be some sort of a delay.
    That was it. The fact that everything worked was nice; the fact that we had a wonderful presentation, a big pile of documents and we managed to work in a backup system was what rocked the world.

  • What software is used to develop complex programs like 'Adobe InDesign'?

    I want to find out:
    What software is used to develop complex programs like 'Adobe InDesign'?
    Thanks.

    Just to expand a bit for anyone who is interested:
    Virtually all commercial software like InDesign, Photoshop, etc., is written these days in C or C++. That's not so much because C is such a vastly better language than anything else, it's more because in its advent it was vastly better than anything else at the time, and as a result, all software programmers know C by default. And once you have the beginnings of a codebase in C and a pool of software engineers who all know C, there is little reason to rewrite your code in some other language from scratch.
    Your question about software pertains more to the IDE that is used to write the code. That will obviously vary from one company to another and could be as simple as a plain text editor coupled with a command-line C compiler, to any number of commercial IDEs that all basically accomplish the same thing. For a long time in the elder days, virtually all code development on the Mac was done with CodeWarrior, but these days practically everyone on the Mac just uses Apple's own Xcode environment. For Windows development, the two real biggies are either Microsoft's Visual Studio (probably 90% of all Windows development is done using this IDE) and to a lesser degree, C++Builder, formerly owned by Borland but now by Embarcadero.
    When building the code into an executable package, the underlying compiler that most commercial software developers use is Intel's own compiler. The IDEs above all include their own free compilers; Intel's is a commercial product that is more finely tuned for Intel processors and produces cleaner machine code. On the Mac, Apple just uses GCC, a free open-source compiler that has been developed and used for many years by the Unix and Linux community.

  • I want to develop iphone apps. But I am from Costa Rica, I have seen that there are developers who sell from my country here. I wonder what method of payment used for developer profits, for example Paypal?

    I want to develop iphone apps. But I am from Costa Rica, I have seen that there are developers who sell from my country here. I wonder what method of payment used for developer profits, for example Paypal?
    If so could make money there, and a local bank, has service PayPal.

    Apple does not pay developers via PayPal. All payments are made directly to your bank via electronic funds transfer.
    For more information on Apple's program for distributing your apps, see:
    https://developer.apple.com/appstore/index.html
    Regards.

  • What O/S do you use for Development?

    There appears to be many issues with Windows XP as a development platform, not only for Netweaver, but for any application which requires a large amount of contiguous memory.  I'm not prepared to recommend to our group that we use XP for development, due to the re-basing requirements of the various DLL's that fracture the memory address space, thereby preventing large-scale allocations of memory to the J2E engine.  There are others reasons for not re-basing DLL's, namely the departure from company-installed code, issues with O/S updates, support issues, etc.
    Linux, however, does not have these issues, as it properly handles memory.
    Out of curiosity, what environments are people using for development?  What O/S?  Are you hosting a local J2EE?
    Granted, if you're not hosting a local J2EE then these memory issues do not assert themselves, but I want the ability to run Netweaver locally without having performace suck. (ie: 1GB of memory or more allocated to the engine).
    Comments?

    Hi Ken,
    > How much memory are you allocating to the JVM?
    To be as precise as possible:
    -Xms512M
    -XX:SoftRefLRUPolicyMSPerMB=1
    -XX:+DisableExplicitGC
    -XX:MaxPermSize=192M
    -XX:PermSize=192M
    -XX:MaxNewSize=96M
    -XX:NewSize=96M
    -XX:SurvivorRatio=2
    -XX:TargetSurvivorRatio=90
    -Dmemory.manager=512M
    -Xmx512M
    Hope it helps. Think of it, it's for 6.20! 6.40 definitely consumes more memory.
    The values from this morning, when I had started the server, didn't really change: Now it's 339MB, virtually 759MB.
    > How does the EP perform
    > in these tight memory constraints?
    Quite good
    > And, why are you running the EP locally?
    > Is this just for testing your components in the EP?
    Primarily for developing EP applications (what's my main profession).
    > EP is really not required for development
    ... if you're not developing against the EP ...
    > that you only require a license for the J2E engine
    Almost. You'll have a central licence, but a portal specific one.
    > what's a developer to do when the 120 days is up?
    > Is SAP planning on a 'supported' release
    > for XP for developers?
    Good question, ask SAP   As said, when I'll switch locally to EP6 NW04 (instead of SP2), I'll do my best to do so without switching the underlying OS...
    Hope it helps
    Detlev

  • What is used for WebDynpro for ABAP?

    hi all friends,,
    what is used for WebDynpro for ABAP?
    Thanks,
    S.Suresh.
    Title was edited by:
            Alvaro Tejada Galindo

    Hi
    Web Dynpro for ABAP - Getting Started
    Web Dynpro for ABAP is SAP’s new standard UI technology for developing user interfaces in the ABAP environment. In the long term Web Dynpro for ABAP will be the successor of the traditional screen (“Dynpro”) based user interface technology which is based on the SAP GUI. Available with NetWeaver 7.0 (2004s) Web Dynpro for ABAP provides the same declarative UI development paradigm as Web Dynpro for Java directly out of the NetWeaver ABAP Application Server. Web Dynpro for ABAP allows the development of user interfaces directly within the ABAP Workbench (SE80) and the Web Dynpro runtime environment is a central part of the ABAP server and can be used in any SAP solution based on NetWeaver 7.0 (2004s) without the need of an additional server installation.
    Web Dynpro for ABAP allows the development of user interfaces in a declarative way by providing a mighty framework which abstracts the rendering technology from the core UI definition tasks. The Web Dynpro developer declares the layout and behavior of the UI without caring about HTML, JavaScript, browser specifics or the HTTP protocol. Instead the focus lies on designing graphically Web Dynpro components based on the Model View Controller model, which enforces a clear separation between the UI layer and the underlying business logic.
    This declarative Web Dynpro programming model enforces the developer to focus on the tasks of
    Designing the layout of the visible views (where should the table be placed, do I need tabs, how should the button look?)
    Declaring the flow and behavior of the application (flow between views, which event is triggered by which button click, etc)
    Defining the data binding (which internal table is displayed in a specific table, etc)
    Implementing the event handlers and controller methods.
    Without making any assumption about the used rendering technology, like which browser should be supported or if the Web Dynpro application will be later displayed in a web browser via HTML at all or in another kind of client with completely different rendering capabilities.
    The Web Dynpro Frameworks provides all important UI features directly out of the box:
    All elements (tables, buttons, trees, dropdown list boxes, etc) necessary for state of the art user interfaces are provided by the Web Dynpro Framework in the form of predefined UI element libraries.
    Complex features and behavior of UI elements.
    Internationalization of the UI. All visible strings in a Web Dynpro ABAP UI are handled by the translation system and are translated in the same translation environment like other ABAP language dependent resources. All texts are displayed automatically at runtime, dependent of the user’s credentials.
    Accessibility features are directly built into the framework and UI elements.
    A unified rendering engine generates at runtime the data which is sent to the specific client application, which is not limited to browsers but includes the NetWeaver Business Client.
    All this is available in the established environment of the ABAP application server and well known capabilities like the transportation and change management system, security environment, test and performance analysis tools or remote debugging can be used like in common ABAP development.
    Learn about the Web Dynpro for ABAP technology with the resources below, and post your related questions and answers to the Web Dynpro forum.
    Web Dynpro for ABAP: Sneak Preview  
    Download, License Key Documentation, and Installation Guide available here.
    Web Dynpro for ABAP: Tutorials for Beginners  
    SAP NetWeaver Product Management provides this set of tutorials for getting started with Web Dynpro for ABAP technology.
    SAP Help Portal: Web Dynpro for ABAP  
    This online SAP documentation goes into detail about Web Dynpro architecture and programming, Web Dynpro for ABAP administration and security, and more.
    Web Dynpro - Not Just for Java Developers Anymore   (PDF 3.8 MB)
    In this SAP Insider article, SAP Product Manager Karl Kessler describes the tools of Web Dynpro for ABAP and uses a simple flight report example to highlight new and updated tools in the familiar ABAP environment.
    Community Contribution: WDA Tutorial I - Getting Started with Web Dynpro for ABAP   (PDF 2.5 MB)
    Software Engineer Rich Heilman provides this step-by-step guide for developing a Web Dynpro for ABAP application.
    Going into Details
    Basic Concepts - Selection vs. LeadSelection  
    In this blog, Thomas Szuecs of the Web Dynpro for ABAP development team shows how selection and LeadSelection works in Web Dynpro for ABAP.
    Web Dynpro for ABAP: Recreate the SE16 Data Browser   (PDF 386 KB)
    In this tutorial, Thomas Jung of SAP NetWeaver Product Management shows how to create a data browser simulator using Web Dynpro for ABAP.
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/webcontent/uuid/80aef577-543f-2a10-d19c-d83a565efe37 [original link is broken]
    <b><REMOVED BY MODERATOR></b>
    Message was edited by:
            Alvaro Tejada Galindo

  • Could APEX be used for development of a General Ledger system?

    Hi All,
    I am interested in developing a "light" web-based erp system for small sized companies for a vertical market. This system should be composed of General Ledger, Inventory & Payables functional areas. I just want to know if APEX could be used for developing applications of this kind. Do you believe that APEX is a mature platform in order ro be useful for development of complex applications? I'm very impressed by this platform but I do not have the necessary experience in order to decide if I could use APEX for more complex and demanding apps.
    Thank you very much,
    George Papageorgiou

    Technically speaking Apex can handle anything other frameworks..etc can do. I think your target market will determine whether Apex is the correct choice or not.
    Larger companies will want to go with an established ERP system like Oracle Financials, SAP, Costpoint..etc. So if you are aiming at a mid to small sized company, they may have a much smaller budget for such a system. If you are planning to make it a SAAS and host the solution yourself, I think Apex would be a good fit. If you are planning on selling the software for a local installation at the customer site, it may not be the best fit due to its coupling with the Oracle database. Personally I wouldn't want to put my entire financial set of data on someone else's server, but thats just me.
    In my own opinion, a good ERP or 3rd party COTS product does not dictate to you which database you need to use, but instead supports multiple. Apex lives inside the Oracle database, so your customers have to run Oracle. For larger shops, it is not an issue, but for smaller shops, they may want to use mysql or something similar. Now people here will say "But Oracle XE is free!". This is true, but it is also almost 6 years old, completely unsupported by Oracle, and not patched. So I wouldn't stake my entire success on it.
    So again it really will depend who you are going after, whether you will host the solution, and whether you think the cost/skill level of Oracle will be a barrier to your customers.

  • Receiver determination in BPM ..what is used for?

    Hi everyone.
    I've never used 'receiver determination' step in a BPM. I want to know what is used for.
    Regards,
    Inigo.

    you can ref: this link to find example where a receiver determination step is used in BPM- http://help.sap.com/saphelp_nw04/helpdata/en/43/6211b11c895f6ce10000000a1553f6/content.htm
    More abt RD step in BPM - http://help.sap.com/saphelp_nw04/helpdata/en/14/d5283fd0ca8443e10000000a114084/content.htm

  • What does GPRS mean? what is it? what is used for?

    I have a nokia device that says it supports GPRS as a conectivity option, so......what is GPRS? what is used for?
    Could anyone explain please, explain it to me?
    Thanks.

    http://en.wikipedia.org/wiki/General_Packet_Radio_Service
    Was this post helpful? If so, please click on the white "Kudos!" star below. Thank you!

  • What is disk utility, what is used for?

    What is disk utlity, & what it used for?

    It is used for a variety of things, including disk repair (if the data structures that keep track of data on the disk get corrupted), repair of permissions on the system files if they get messed up, erasing and partitioning disks, etc.  As Linc points out, Disk Utility's help can give you all the details.  Note that some things cannot be done to the system drive unless you start up from a different drive.
    Also, note that if you're asking because you're deleting apps that you don't use, you really shouldn't do that with the preinstalled Apple apps, even if you think you don't have a use for them.  Sometimes deleting them can have unexpected side effects, and you never know when you might need such an app.

  • HT201320 I use my college's email address through outlook and I don't know what you use for the incoming and outgoing host?

    My email is though the college where I work.  We use Outlook, and I am trying to set up my email but I am not sure what to use for my incoming and outgoing host information.

    Ask your college. Most likely the same settings as you have set in Outlook.

  • What to use for INITIAL_CONTEXT_FACTORY for Sun AppServer Platform Ed 8x

    I've got an external java JMS client trying to connect to Sun Java System Application Server Platform Edition 8.1 2005Q1 and I need to know what to use for the Context.INITIAL_CONTEXT_FACTORY (and what jar it's in) plus the PROVIDER_URL for the following code:
    Properties p = new Properties();
    p.setProperty(Context.INITIAL_CONTEXT_FACTORY, ????);
    p.setProperty(Context.PROVIDER_URL, ????);
    Context ctx = new InitialContext(p);
    QueueConnectionFactory qcf = (QueueConnectionFactory)ctx.lookup(factory);

    I experienced similar problems while trying to create a Message Driven Bean
    and send a message to it from a standalone client program.
    After much guddling around (and finally finding some helpful information in
    the App Servers Troubleshooting Guide) I managed to get this to work by doing
    the following:
         1) Including the following jars at client compile time:
              appserv-rt.jar
              j2ee.jar
         2) Including the following jars at client run time:
              appserv-rt.jar
              j2ee.jar
              appserv-admin.jar
              imqjmsra.jar
         3) Passing in the following arguments at client run time:
              -Dorg.omg.CORBA.ORBInitialHost=localhost
              -Dorg.omg.CORBA.ORBInitialPort=3700
         4) Creating the context using the no-arg InitialContext method � i.e.
              Context ctx = new InitialContext();
         Note that this method picks up the initial context factory
         as com.sun.enterprise.naming.SerialInitContextFactory from
         a jndi.properties file in appserv-rt.jar.
    I have included my client code below FYI.
    import javax.jms.Connection;
    import javax.jms.ConnectionFactory;
    import javax.jms.JMSException;
    import javax.jms.MessageProducer;
    import javax.jms.Queue;
    import javax.jms.Session;
    import javax.jms.TextMessage;
    import javax.naming.Context;
    import javax.naming.InitialContext;
    import java.util.Date;
    * @author dlowe8
    public class JmsTest2 {
    /** Creates a new instance of JmsTest2 */
    public JmsTest2() {
    public static void main(String[] args) {
    Connection c = null;
    try {
    Context ctx = new InitialContext();
    String factoryJndiName = "jms/ConnectionFactory";
    String queueJndiName = "jms/Queue";
    System.out.println("Factory JNDI Name = " + factoryJndiName);
    System.out.println("Queue JNDI Name = " + queueJndiName);
         ConnectionFactory cfa = (ConnectionFactory)ctx.lookup(factoryJndiName);
         c = cfa.createConnection();
    Session s = c.createSession(false, Session.AUTO_ACKNOWLEDGE);
    Queue q = (Queue)ctx.lookup(queueJndiName);
    MessageProducer producer = s.createProducer(q);
    TextMessage m = s.createTextMessage();
    m.setText("Helloooo from standalone program at " + new Date());
    producer.send(m);
    s.close();
    Object o = ctx.lookup(factoryJndiName);
    System.out.println("Factory object class [" + o.getClass().getCanonicalName() + "]");
    o = ctx.lookup(queueJndiName);
    System.out.println("Queue object class [" + o.getClass().getCanonicalName() + "]");
    } catch (Exception e) {
    e.printStackTrace();
    } finally {
    if (c != null) {
    try {
    c.close();
    } catch (JMSException e) {}
    System.exit(0);
    }

  • What to use for the events of 2 keys pressed simultaneously?

    Question:
    What to use for the events of 2 keys pressed simultaneously? As the key listener has limited functionality, in this case, I need something that can act to two events (see below)
    Goal
    1. A user presses right and up at the same time
    2. Program responds to this event changing BOTH the vertical and horizontal speeds of the player
    Problem
    I currently have a key listener to do this, using key pressed, however, it only acts to up OR right at one point in time. So the user can only increase his or her vertical speed; or horizontal speed at one point in time. Instead of increasing them both.
    Example
    Here is an example of the game: http://www.kongregate.com/games/MINDistortion/bubbles-2

    DarrylBurke wrote:
    I don't know whether there's a better way (or whether this will work as expected), but I would try setting a boolean flag on keyPressed and reset the flag on keyReleased, for each key of interest. To compute the x / y movements, I would check the state of all flags.
    dbI was thinking about your answer a few nights ago. And I was like, wait... it works! I thought, at first (as I replied before) that it wouldn't work, but I refract what I said. Its actually a very simple solution. And I apologize for questioning your solution previously. Thanks so much!
    P.S. I tested it out. Works like a charm.
    -Create booleans to handle each key
    -Set to true on press
    -Set to false on release
    -Check and update in separate thread accordingly

  • What to use for flash player

    What to use for flash player?

    There is no flash player for IOS. Adobe is removing flash from all mobile devices. There are some browsers in the app store like skyfire but they have mixed reviews and only work on limited content.

Maybe you are looking for

  • Checking rows in One Table versus another Table.

    I have 2 Tables. Table1 contains 100 rows Table2 contains 85 rows I need to check if a row from Table2 doesnt not exist as a row in Table1 The composite primary key is for both tables are: id_entity,id_object How can I use the NOT exists operator to

  • How do I get Extensions to Show in PSCC 2014?

    Almost none of my Extensions show in PSCC 2014.  They show as installed and enabled for PSCC 2014 in my Extension Manager.  I have Uninstalled and Reinstalled everything, including PSCC 2014, my Extension Manager, Creative Cloud and my Extensions.  W

  • Service PO Creation With Negative value

    Hi all, I am trying to create a Services PO using the BAPI 'BAPI_PO_CREATE1' In my scenario, First time PO will create with negative value. Then I will remove some conditions in Services line. Then PO value will becomes positive. When i create the ba

  • JSF 1.2: Locale specification

    I gather that the java.util.Locale, java.text, etc only supports a handful of locales which do not include: Portuguese (pt), Spanish (es) , Dutch (nl), etc. Is there a way to include these locales in JDK 6 or should I wait for the official release of

  • Tax code customization

    Hi, In FB60 normally for single line item their will be one tax code and  two line items can book two different tax codes. My client is having the requirement like.For a single line item  want to have two tax codes.How can i achieve this.If i want to