CM Tools for Developer

We're looking for a good Source Control/Configuration Management
tool for Developer 2000 applications. My search has yielded
limited results.
Does anyone have any recommendations?
null

George Robertson (guest) wrote:
: We're looking for a good Source Control/Configuration
Management
: tool for Developer 2000 applications. My search has yielded
: limited results.
: Does anyone have any recommendations?
Recomend StarTeam 4.0, visit www.starbase.com or e-mail
[email protected]
null

Similar Messages

  • A year or so ago I had turned on a toolbar that sat at the top with the other toolbar, and had many tools for development and checking of websites. You could tu

    A year or so ago I had turned on a toolbar that sat at the top with the other toolbar, and had many tools for development and checking of websites. You could turn Java on/off, javascript on/off, turn on source view, and many other things. Now I cant find that toolbar. All that I can find now turns on a panel in the lower half of the window that probably does all the same stuff, but it takes up much more room. Where did that toolbar go? or was it an add-on or plug-in?

    It sounds like you may be referring to the Web Developer add-on.
    * https://addons.mozilla.org/firefox/addon/web-developer/

  • Is there any tool for developing Postscript code ?

    Hi Friends,
    Is there any tool for developing Postscript code ? (or)
    Is there any IDE for Postscript ? (or)
    Thanks & Regards,
    Navaneeth Sivappan

    Hi Navaneeth,
    > is there any tool for developing Postscript code ?
    An interpreter (GS or Dist), an ascii text editor and your PS skills ;-)
    > is there any IDE for Postscript ?
    Take a look in this Sourceforge project...
    http://sourceforge.net/projects/wxghostscript/
    ...is a Ghostscript debugger.
    MaRC anToni Malagarriga i Picas
    T·(34)938721642 | (34)667517069
    (][ www.femfum.com
    PostScript&PDF Tool Developers
    Desenvolupadors d'Eines PostScript i PDF

  • Please give me your opinion... about tools for develop web service

    If you would like to choose the tool for develop web service.
    what is the most important feature that you will consider,
    Please help me to order these topic from the most to the least
    a. creating web service
    b. creating web service client
    c. searching web service to UDDI registry
    d. publish web service to UDDI registry
    e. connecting to database management systems.
    f. license fee
    g.system requirements
    h. Installation procedures
    thank you very much for your opinion. I will keep your information for my research....
    :)

    Hi Fangnaka,
    You can use JWDSP2.0 + Tomcat 5.X +Jdk1.5 to develop and deploy webservice.
    Better IDEA are Intellij or Eclipse for webservice code development.
    Cheers
    Rajesh R

  • Is Oracle Apex a freeware tool for development?

    Dear All,
    Is Oracle ApEx a freeware tool for development purpose?
    As per my knowledge as All Oracle products are free for Development purposes. Licenses are required only for professional usage.
    i.e for Customers who use Applications developed in Oracle Products.
    So I think Oracle ApEx is also a freeware Development tool.
    Is that right?
    regards,

    Abhijit,
    Is Oracle ApEx a freeware tool for development purpose?
    Oracle Application Express can be used in conjunction with a compatible Oracle Database Server product for which you hold a license.
    As per my knowledge as All Oracle products are free for Development purposes. Licenses are required only for professional usage. i.e for Customers who use Applications developed in Oracle Products.
    I don't believe that any aspect of what you stated is correct.
    Oracle product downloads from OTN are free, i.e., there is no charge for downloading, and the use of the downloaded products are restricted by the license agreement that can be found here: http://www.oracle.com/technology/software/htdocs/devlic.html
    So I think Oracle ApEx is also a freeware Development tool. Is that right?
    Doesn't sound right to me, no, but "freeware Development tool" is your own terminology. Please refer to the actual license agreement for any Oracle product that you have questions about or contact your Oracle sales representative for further clarification.
    Scott

  • Why should I adopt LABVIEW FPGA as a tool for developing my FPGA projects?

    Dear Friends, 
    Since I have started using LABVIEW FPGA, I got too many questions in my mind looking for answers! 
    1-      Does anybody can tell me “why should I adopt LABVIEW FPGA as a tool for developing my FPGA projects?”
    I mean there are many great tools in this field (e.g. Xilinx ISE, ….); what makes LABVIEW FPGA the perfect tools that can save my time and my money? 
    I’m looking for a comparison can show the following points:
    ·         The Code size and speed optimization.
    ·         Developing time.
    ·         Compiling time.
    ·         Verifying time.
    ·         Ability to developing in future.
    ·         …etc.. 2-     
    I’ve Spartan-3E kit, I’m so glad that LABVIEW support this kit; I do enjoyed programming the kit using LABVIEW FPGA, but there are too many obstacles!
    The examples come with Spartan-3E driver don't cover all peripherals on board (e.g. LAN port is not covered)! There is a declaration at NI website which is "LabVIEW FPGA drivers and examples for all on-board resources" Located at: http://digital.ni.com/express.nsf/bycode/spartan3eI don’t think that is true!
    Anyway, I will try to develop examples for the unsupported peripherals, but if the Pins of these peripherals are not defined in the UCF file, the effort is worthless! The only solution in this case is to develop VHDL code in ISE and use it in Labview FPGA using HDL node!?
    3-      I wonder if NI has any plan to add support for Processor setup in Labview FPGA (Like we do in EDK)?
    4-      I wonder if NI has any plan to develop a driver for Virtex-5 OpenSPARC Evaluation Platform ?http://www.digilentinc.com/Products/Detail.cfm?Nav​Path=2,400,599&Prod=XUPV5 
    Thnaks & regards,Walid
    Solved!
    Go to Solution.

    Thanks for your questions and I hope I can answer them appropriately
    1. LabVIEW FPGA utilizes the intuitive graphical dataflow language of LabVIEW to target FPGA technology. LabVIEW is particularly nice for FPGA programming because of its ability to represent parallelism inherent to FPGAs. It also serves as a software-like programming experience with loops and structures which has become a focus of industry lately with C-to-gates and other abstraction efforts. Here are some general comparison along the vectors you mentioned
    Code Size and speed optimization - LabVIEW FPGA is a programming language. As such, one can program badly and create designs that are too big to fit on a chip and too slow to meet timing. However, there are two main programming paradigms which you can use. The normal LabVIEW dataflow programming (meaning outside a single-cycle loop) adds registers in order to enforce dataflow and synchronization in parity with the LabVIEW model of computation. As with any abstraction, this use of registers is logic necessary to enforce LabVIEW dataflow and might not be what an expert HDL programmer would create. You trade off the simplicity of LabVIEW dataflow in this case. On the other hand, when you program inside a Single-Cycle timed loop you can achieve size and speed efficiencies comparable to many VHDL implementations. We have had many users that understand that way LabVIEW is transformed to hardware and program in such a way to create very efficient and complex systems.
    Development Time - Compared to VHDL many of our users get near infinite improvements in development time due to the fact that they do not know (nor do they have to know) VHDL or Verilog. Someone who knows LabVIEW can now reach the speeds and parallelism afforded by FPGAs without learning a new language. For harware engineers (that might actually have an alternative to LabVIEW) there are still extreme time saving aspects of LabVIEW including ready-made I/O interfaces, Simple FIFO DMA transfers, stichable IP blocks, and visualizable parallism.  I talk to many hardware engineers that are able to drastically improve development time with LabVIEW, especially since they are more knowledgable about the target hardware.
    Compilation Time - Comparable to slightly longer to due to the extra step of generating intermediate files from the LabVIEW diagram, and the increased level of hierarchy in the design to handle abstraction.
    Verification Time - One of our key development initiatives moving forward is increased debugging capabilities. Today we have the abilities to functionally simulate anything included in LabVIEW FPGA, and we recently added simluation capabilities for Imported IP through the IP Integration node on NI Labs and the ability to excite your design with simulated I/O. This functional simualation is very fast and is great for verification and quick-turn design iteration. However, we still want to provide more debugging from the timing prespective with better cycle-accurate simulation. Although significantly slower than functional simulation. Cycle-accuracy give us the next level of verification before compilation. The single cycle loop running in emulation mode is cycle accurate simluation, but we want more system level simulation moving forwrad. Finally, we have worked to import things like Xilinx chipscope (soon to be on NI Labs) for on-chip debugging, which is the final step in the verification process. In terms of verification time there are aspects (like functional simulation) that are faster than traditional methods and others that are comparable, and still other that we are continuing to refine.
    Ability to develop in the future - I am not sure what you mean here but we are certainly continuing to activiely develop on the RIO platform which includes FPGA as the key diffentiating technolgoy.  If you take a look at the NI Week keynote videos (ni.com/niweek) there is no doubt from both Day 1 and Day 2 that FPGA will be an important well maintained platform for many years to come.
    2. Apologies for the statement in the document. The sentence should read that there are example for most board resources.
    3. We do have plans to support a processor on the FPGA through LabVIEW FPGA. In fact, you will see technology on NI Labs soon that addresses this with MicroBlaze.
    4. We do not currently have plans to support any other evaluation platforms. This support was created for our counterparts in the academic space to have a platform to learn the basics of digital design on a board that many schools already have in house. We are currently foccussing on rounding out more of our off-the-shelf platform with new PCI Express R Series boards, FlexRIO with new adapter modules, cRIO with new Virtex 5 backplanes, and more.
     I hope this has anwered some of the questions you have.
    Regards 
    Rick Kuhlman | LabVIEW FPGA Product Manager | National Instruments | ni.com/fpga
    Check out the FPGA IPNet for browsing, downloading, and learning about LabVIEW FPGA IP Cores

  • Tools for Developing/Customizing Forms for Oracle Apps R12.1

    Hi All,
    Could you please help me identify the tools and correct version for developing and customizing Forms for Oracle E-Business Suite R12.1?
    Regards,
    KK

    Also, could you please elaborate your 2nd point regarding template.fmb The Oracle EBS uses a framework. Starting any new (custom) form for the EBS should ALWAYS begin with the template.fmb to ensure your new form has all of the required objects to comply with EBS Forms development standards. You might want to take a look at the Oracle Applications Documentation library. Select your EBS version and then scroll to the Standards section and review the following documents:
    <ul>
    <li>Oracle Applications Developer's Guide
    <li>Oracle Applications User Interface Standards for Forms-Based Products
    <li>Oracle Application Framework Personalization Guide
    </ul>
    Craig...

  • Tools for Developing portal content

    Hi Experts,
    Do we have any other tools like  WEB PAGE COMPOSER for developing  the portal content ?
    Thanks
    Suresh

    Hi Suresh,
    There are options which you can avail for creating portal contents.
    1). SAP NetWeaver Developer Studio.
    Based on open source Eclipse IDE & looks very essential for extensive Java projects and supports standard technologies as well from the SAP technologies & the Infrastructure as well.
    Can work well in both Java & ABAP platforms as it supports different perspective for both of them.
    2). SAP Enterprise Portal Developer Kit (PDK).
    It is a collection of information, samples & tools for use by developers.
    Sample Applications include Portal Data Viewer, OBN, WebDynPro, HTMLB, EPCF & few more.
    3). SAP NetWeaver Visual Composer.
    It is a powerful tool for creating the Portal contents using a visual interface rather than stressing more on writing code.
    Hope this gives you a fair idea.
    Do reward points if found helpful.
    Thanks & Regards
    Gourav.

  • IS designer a good tool for development applications

    Rightnow we are on oracle 7.2 so i wanted to know whether i can use this case tool for all my application development in the future.
    waiting for your valuable suggestions

    No. In my testing of it I found that it failed to do most of what it claimed it would do. I say avoid it.
    It is only good for paving the vendors pocket's with gold.
    Allan

  • Stress test tool for Developer 6i

    Hi!
    I'm looking for a stress test tool for a client/server 6i Forms/Reports application.
    Any suggestions appreciated!
    Br Niklas Danielsson

    Mercury Loadrunner should do it.
    Check the Web.

  • Where can I have tools for developing web Services?

    I'd like to make Web Services in Java but without making the SOAP envelops by myself!!! I want to do it as esay as do it in Visual Studio.NET. Does someone know a tool for that in Java?

    hi,
    mine also something similar to ur problem.
    I have worked on web services that are supported by .NET
    they are pretty easy.
    nothing special to do it.
    Now what actually i need help for is,
    i want a web service written in Java and acess it from a .NET application. Sounds great right?
    I want to achieve this
    but donno how to proced
    though i know Java pretty well, i don't have any idea about Web Service in java.
    to achieve web service in Java, is it is as easy as it is in .NET?
    i am now trying for some samples..
    its just enough for me a simple example in Java.
    something like, a web service that is returning a string say "hello world".
    what and all i need to do to achieve this?
    do anybody know about this?
    i need some help on thins....
    plz.....
    -Soni

  • Tools for Developing Rich Web Applications

    What tools are others using to Develop Web applications
    against BW 3.5? I have a few years of experience developing web applications using Visual Studio .NET and C#, but the .net PDK is not an option in our current environment.
    I was thinking that writing jsp's would give me the flexibility I needed to develop Rich web applications, but being new to SAP BW I am not sure.
    I am looking for tools in which I can control result sets, write logical code based on users information to filter and return data.
    Please list technologies and Languages.

    Hi Jimmy.  As it relates to SAP,  you can use a couple different technologies.   JSP on the java side, or BSP on the ABAP side will allow you to do pretty much anything you want.  It allows you to use HTML and javascript and also HTMLB.   You could also use Web Dynpro.  Web Dynpro is SAP's new UI strategy.  It is designed to help you create business transactions, so the UI elements are stardard and cannot be modified.  But its cool, because you drag/drop your ui elements in the layout.  Web Dynpro allows you to create robust web applications without coding the UI and allows you to focus on the business logic.  Of course there is some coding to handle UI, and flow, but not as much as when you are developing JSP or BSP.
    Regards,
    Rich Heilman

  • Very useful tool for development.

    Hi,
    I don't really have a question but I was looking for somewhere to give feedback on this product as I have just finished a project where the Adobe PDF Test Toolkit enabled us to develop scripts to test for regression when creating a new version of the solution.
    This in turn saved hundreds of hours and meant that we where able to deliver the solution on time.
    Many thanks for the great work.
    Cheers
    Malcolm Thomson
    Barlae DC

    You done great job. Keep it up.                   

  • Searching for a deployment tool for Developer Applications

    hey ladies & gentlemen.....I wish that I should've a single setup.exe file to install my appliation developed in Oracle Developer,in addition it should also install the Oracle Database after copying the runtime application files. In this way I wish to facilitate my clients so that they should not call me to re-install the client application if he needs to reinstall the application after a system or windows crash recovery,n he should perform it just like installing another appliation like MS-Office etc. although I know that installing the Oracle Database is a very technical matter,yet I'm looking to fulfill my wish:).thanx.

    You can't deploy a Forms application as an .exe. You need to install the runtime and then all the FMX/PLL/MMX files. There are tools that may help you package this up but not to a .exe file - this is why a web deployed application has advantages over client/server.
    Regards
    GRant Ronald
    FOrms Product Management
    http://www.groundside.com/blog/content/GrantRonald/

  • Is JDeveloper a good tools for developing a touch screen application ?

    I'm trying to figure out whether JDeveloper is good enough.
    Any comments ?

    i'm a newbie actually to all latest forms / reports / jdeveloper things thus i don't know what is appropriate for our 9.2.0.3 DB / 11.5.9 apps combination since it seems that iAS is not configured well in our current system
    (i'm only working for my new job around 1.5 months and trying to figure out some alternatives)
    --Eric                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   

Maybe you are looking for