Interest in develop DBMS

i am about to start in develop' a simple dbms, and i hope there are dev's interested in this subject, and whom could make this old idea a new one with something special. in my way, i guess with xml there's something that can be done, hihi.
I am waiting your response.
thank u guys.

Wouldn't it be easier just to join one of the many other efforts already under way?

Similar Messages

  • Interest in developing iOS apps

    My son and I have developed an interest in learning to develop apps for iOS, Android, etc. We have been reading and looking into Adobe products because of my sons knowledge of Actionscript. What would be your recommendations to getting started and also what software to focus on and learn?
    Software of Interest, but really unsure of what software works and does what to develop apps.
    AIR
    Flash Builder 4.5
    Flash Pro CS5.5
    ~ Scott

    hi
    you can use flash pro to build apps but flash builder is much better suited to the task; it has better tooling/wizards for building mobile apps and its geared towards the developer rather than the designer (as with flash pro)
    as for getting started, there's plenty of content at http://www.adobe.com/devnet/devices.html

  • I want out of Nightly! I have no interest in development of Firefox, I just want the browser installed on my newest computer without the incessant "Nightly" updates.

    When I attempted to install Firefox from your website, I was instead directed to a "Nightly" download. I though it strange that the name of Firefox had suddenly changed, but installed it. I now regret that I did so. I am tired of the incessant interruptions for "updates". I just want it replaced with the stable version of Firefox.

    Thanks for your prompt response, leo. I have installed from your link and everything seems fine. I didn't lose any of my bookmards in the process. It also appears that I have successfully removed Nightly with no problems.
    tom

  • TOSHIBA Please Read - Beta Testing and Developer Community

    Hello Jim,
    I wanted to respond to your posting about the status of the update but the thread has been locked, so I started a new one. Anyway, I was wondering if there was a chance that we could get a beta test version of the software provided to experienced and brave individuals that can report back to the dev team with various issues and bugs to be fixed?
    The public beta will not only appease the people angry at Toshiba for missing the deadline for the update, but also provide necessary feedback to the development team that can be used to create a more feature complete update. As an Android developer myself, I would take every oppurtunity to report bugs and issues and even provide code to help implement fixes for various issues if said source is availible. I believe it would be a great idea for Toshiba to create an open source development community on these forums and to provide us with bleeding edge code for us to implement and mess around with.
    Such communities already exist on various sites like XDA Developers but not with vendor support, if Toshiba provided a vendor-supported developer community around the Thrive and other Android devices such as the Excite and Folio. With a vendor supported community, we would have a place where Toshiba can make better software for the devices and developers and brave regular users can participate in the process of getting updates for our various devices. I believe that moving away from such a closed development environment would not only help Toshiba develop better devices and software, but also give the company a leg up on its competitors who do not have such a community pitching in allowing for better software to be coded.
    I hope that this message is read by someone at Toshiba that can make this happen, as the benefits are truly mutual, since Toshiba would be getting better software for its devices and developers get the resources and code needed to turn Toshiba into one of the best supporters of this great open-source project.
    If anyone from Toshiba would like to contact me to help coordinate such an undertaking, I may be reached at [email protected]
    Thank You For Your Time,
    Rob Gries
    Android Developer

    Hi Rob,
    Thanks for the thoughtful message. Your points are well made and, while I don't disagree that there are mutual benefits, Toshiba has no current plans for directly building or supporting a developer community.
    On the other hand, private beta testing for the Thrive product line was first launched last summer and I expect it to be ongoing as major software updates reach reasonably usable states within the development process. However, you won't see discussion of beta testing in the message boards because beta testers are under NDA.
    Thanks again for the thoughts and for your interest in developing for Thrive!
    Jim

  • In Need of a developer for Photoshop and Illustrator plugins

    I am in need of a developer interested in developing plugins for Photoshop and Illustrator for a specific industry of Textiles and Fashion. Please contact me if you are a developer with experience in plugin development. [email protected]

    Hmmm... I'm using JSF but it's my first project so I don't really know it's powers.
    I instantiated all classes that will eventually populate the combo box (through reflection) and now I'm trying to find one which of the objects did the user select.
    Would it be a problem for you to give me at least a rough scatch of what I should do?
    I tried it like this:
    in my managed bean:
    public HtmlSelectOneMenu getProductsMenu() {
            //instantiate and populate the list of products (prodlist)
            for (Product p : prodlist){
                optionlist.add(new SelectItem(p, p.getName()));
            final UISelectItems items = new UISelectItems();
            items.setValue(optionlist);
            productsMenu.getChildren().add(items);
            return productsMenu;
        }and in my JSP:
    <h:selectOneMenu binding="#{managedBean.productsMenu}" />but then, in the bean, when I try:
    ((Product)productsMenu.getValue())I get a Class cast exception. it says it can't can't cast String to Product...
    What am I doing wrong?
    Thank you!

  • Oracle 9i lite application development using java

    hi all,
    I want to develop a applcation which interacts with the 9i lite database in java.Is there any emulator which will help me in developing this on a windows 2000 machine or winnt machine?
    i tried developing it in eVB but the emulator which come along with it does not support the 'oladoce' object..
    please if anybody has done something on this please help .. this is very urgent..
    thanks ..,
    sreekanth sreedharan

    Oracle 9i Lite is a multi-platform product and you need to specific the target OS for the database and the version of java.
    If you are planning to run your application in Win2000 you will have no problem using Oracle 9i Lite with the supplied
    jdbc drivers and any java development environment for J2SE. What you get is a laptop platform that works while not
    connected to the Internet
    If you are trying to using Oracle 9i Lite on the Palm with J2ME development on windows, it works fine with the Palm Emulator
    but I am not sure that the jdbc drivers are available for J2ME yet and I have not used them as I have for J2SE on windows
    I am also very interested in developing java applications for the palm using Oracle 9i Lite and I would appreciate feedback
    on the jdbc and other required sql extensions for the sun java cldc
    If you are talking about the PocketPC or other WinCE, I cannot help you but I have used Personal Java on WinCE but not yet
    attempted Oracle 9i Lite on those platforms

  • Developing mobile apps for the blackberry platform

    Hello all
    I'm interested in developing mobile apps for the Blackberry smartphone and read that the best way to do it is with Java. Any advice on how to do this?
    I would be starting from scratch as I don't have a programming background but am keen to learn. Also can anyone recommend any introductory books that are really good at learning Java?
    Many Thanks
    praetor

    Hi praetor,
    welcome to the SDN.
    Programming for a mobile device is sort of advanced and you need to know the basics first. As you have no programming background this is even more important.
    Do yourself a favor and forget about the blackberry for a few months and learn programming basics first.
    Here are a few links to get you started with the Java SE (Standard Edition, for your local PC, nothing fancy):
    [Sun's basic Java tutorial|http://java.sun.com/docs/books/tutorial/]
    [Sun's New To Java Center|http://java.sun.com/learning/new2java/index.html]
    Includes an overview of what Java is, instructions for setting up Java, an intro to programming (that includes links to the above tutorial or to parts of it), quizzes, a list of resources, and info on certification and courses.
    jGuru
    A general Java resource site. Includes FAQs, forums, courses, more.
    JavaRanch
    To quote the tagline on their homepage: "a friendly place for Java greenhorns." FAQs, forums (moderated, I believe), sample code, all kinds of goodies for newbies. From what I've heard, they live up to the "friendly" claim.
    [Yawmarks List|http://forums.devshed.com/java-help-9/resources-for-learning-java-249225.html]
    [The Java Developers Almanac|http://www.amazon.com/exec/obidos/tg/detail/-/0201752808?v=glance]
    [http://javaalmanac.com|http://javaalmanac.com]
    Bruce Eckel's [Thinking in Java(Available online.)|http://mindview.net/Books/DownloadSites]
    Joshua Bloch's [Effective Java|http://www.amazon.com/Effective-Java-2nd-Joshua-Bloch/dp/0321356683]
    Bert Bates and Kathy Sierra's [Head First Java|http://www.amazon.com/exec/obidos/tg/detail/-/0596004656?v=glance ]
    James Gosling's [The Java Programming Language|http://www.bookpool.com/sm/0321349806]
    Gosling is the creator of Java. It doesn't get much more authoritative than this.
    Joshua Bloch and Neal Gafter [Java Puzzlers.|http://www.javapuzzlers.com/]

  • How to develop VoIP client using SIP in J2ME?

    Hi Everybody,
    I want to develop a VoIP client in J2ME that connects to asterisk server of debian and can call to the registered user of asterisk server and can have a telephonic talk session easily.
    Do anybody have idea regarding the development of the client or having tutorial that teaches the development of VoIP in J2ME or in any other way.?
    PLZ help me to provide the solution.
    Thanks in anticipation.
    with regards,
    KHAKHAR SAGAR

    Hi
    I am interested about developing VoIP application (using SIP) in J2ME platform. But I am stuck with the problem of MMAPI. Without using MMAPI J2ME has no access to mobile media devices, such as speaker or microphone, and without creating a player MMAPI can't play media data, such as sound or video. But its not possible to record voice and play voice data simultaneously using player in J2ME. So it seems almost impossible to implement VoIP application maintaining all its constraints and requirements, specially in case of delay and jitter.
    I am looking for some solution, which will provide the ability to overcome this problem. I come out with two possible solutions, but not sure about their out come. If we can develop a native media application, we can have access to it by using KNI (K Native Interface). In that way we can take some risk to develop VoIP application for J2ME. My another solution is, we can handle the player using MMAPI to record and play voice data in mill second level, so that we can have a real time feeling, though I am not sure if its possible by using RTSP.
    If any one have solution of this problem, please help us.
    Reagards
    Asif Mohammed Adnan

  • IVI driver development

    Is there any place where there are open projects for delveloping
    drivers using IVI? I know one is ivifoundation.org but that does not
    list if any comapny wants the driver to be developed for his/her
    instrument.
    u'r help will be appreciated as I am interested in developing IVI
    drivers.
    Thanks,
    RK

    I'm not aware of any listing of companies needing drivers written. I'm assuming that you would like to get paid for driver development so you could try contacting instrument manufacturers and see if they have any need. The biggest (i.e. Tektronix, Agilent) include driver developement in the planning of any new product and usually have an in-house staff doing this type of work but occasionally do go outside. You might also approach instrument manuafacturers that aren't part of the IVI Foundation and try to convince them that a driver will improve sales and that you're just the person that can help. You can also browse the other NI forums such as LabWindows/CVI and Instrument Connectivity to search for driver requests. NI also has a Certified Instrument Driver
    Developer program that you might want to investigate as it would probably help you get jobs. Also, you might not want to limit yourself to IVI developement (which requires LabWindows/CVI) but also include the creation of LabVIEW drivers.

  • Junior / Intermediate Software Developer - Calgary, Alberta Region Only

    We are currently hiring software developers and looking especially for LabVIEW experienced developers. The positive is for a full time software developer who can apply existing LabVIEW skills or is keenly interested to develop in LabVIEW by applying other programming language experience.  Please, candidates must be local for interview and the position, no remote options for this role.
    You can read the full job description for this position and details about how to apply at our site here:
    http://www.advmeas.com/about/career/

    It is quite a career change, but I think that is expected that most people will go through a couple of them in their careers.  Any programming experience will help you greatly.
    To answer your specific questions, at least the ones I am knowledgeable about..
    1 & 2.  I think the difference between a junior and intermediate and guru is mainly length of time working in the industry developing these type of applications.  Flex is still new for the most part.  You should be familiar with ActionScript3.  You should be familiar with XML and other web standards.  A lot of the Flex programmers I know deal with all aspects of the development including the database, middleware (CF, .NET, Java, Ruby, etc..), so familiarity with that will help you.  my impulse is to tell you to learn C# and .NET given your C expeience, however I honestly don't know how much C / Assembler experience will apply to C#.  Knowing about relational databases won't hurt you either.  There are jobs where you just do Flex and someone else builds the services / database for you, but knowing the backend piece will help you.
    3. Not at all!  Most people doing Flex have very little Flash experience.  They come from web developer backgrounds dealing with middleware and database programming, not from a Flash / design backgrond.
    4. Adobe has formal courses.  There is also the learn flex in a week videos.  If you like podcasts, listen to The Flex Show which has both audio interviews and screencasts.
    5.Working on Open source projects will help you more than hurt you.  You'll get contacts, and experience.  It is easier to get the job if you can offer samples of your work.
    6-7. I can't help withi nterview or salary questions, sorry.  I think that is pretty company specific and region plays into it too.
    8. There is a huge demand for Flex Developers.  It is a growing technology.  I expect the demand to keep up for a while.
    I hope some of this is useful.

  • How to purchase SharePoint Online subscription to develop?

    I am interested in developing sharepoint solutions. I learnt about SharePoint online that comes with Office365 suite, so that developers can utilize it to work on SharePoint. On which site we can buy office 365 subscription for SharePoint online?

    https://products.office.com/en-us/sharepoint/sharepoint-online-collaboration-software
    Scott Brickey
    MCTS, MCPD, MCITP
    www.sbrickey.com
    Strategic Data Systems - for all your SharePoint needs

  • Best development Device for PP and PBP

    Hi, J2ME newb here... I've got a lot of experience with Swing and AWT (http://izoom.us), and am now interested in developing an app or two with the J2ME PP and AWT subset (or maybe Xlets using PBP, not sure yet).
    Can anyone please recommend devices on the market that support these two profiles, that would serve as good testing tools? Or possibly emulator software too? I'm interested in both. (especially of OS X).
    Any advice to a developer new to PP? Having a hard time finding information...
    THANKS!

    I can't offer a book, but there is an online tutorial list in message #3 http://forums.adobe.com/message/2276578

  • Good Resource for Finding Java Developer for Startup?

    Not sure if this is the appropriate to place to post but we are looking for an interested Java developer to come onboard our very small (2 man) startup to help us with our networked Java application.
    I have looked around a little online and not found much so does anybody know where is a good place to scout out such persons? Admittedly we are not flush with $ but we do have some and we would be providing equity along with ongoing cash payment. Of course we also understand we won't be getting the best Java guru out there but then we don't really need that either, just someone capable of simple socket programming, swing and basic SQL stuff. Not rocket science, and we would even consider less experienced developers with a keen interest to learn and use this as an opportunity to develop some new real-world skill so their own. We are very laid back.
    Any help appreciated.

    I'd try one of:
    Your local Entrepreneurs meetup
    - there's bound to be one, and people who go along to this sort of thing will either be able to recommend someone or you might even meet the right sort of Java dev there.
    The Joel On Software jobs board
    - because the right sort of people read Joel On Software
    Personal recommendations
    - because that's always best; if you're not asking around like crazy, you should be.

  • 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.

  • Documentation for developing non-syncML iSync plugins

    Hi there,
    I'm interested in developing a third-party iSync plugin/conduit for a phone that, for reasons unknown, doesn't support SyncML; I have the graces of its developers in order to do so, and I will shortly be supplied with adequate documentation for the protocol used. However, nowhere on developer.apple.com can I find any pertinent information of how to instigate a different exchange method rather than SyncML. If anyone has any pointers, I'd really appreciate them!

    However, nowhere on developer.apple.com can I find any pertinent information of how to instigate a different exchange method rather than SyncML.
    There isn't any other exchange methods that iSync can use - it's all SyncML based. SyncML is the industry standard, so if the phone doesn't use it, you'll have to write a proprietary application to sync it, which would work independently of iSync.
    Once you've read data off the phone into the proprietary application, you could interface with SyncServices (the Mac OS X framework that handles all system-wide syncing) to get that data into Address Book and iCal.
    http://developer.apple.com/macosx/syncservices.html
    To be honest, supporting proprietary syncing protocols is a dead-end cause and even Apple abandoned it with the release of iSync 2.
    Depending on how much you value your time at, it would be many times cheaper just to buy a SyncML enabled phone that would work with iSync from the outset.

Maybe you are looking for

  • Thinkpad T61 starts up slooooooow!

    Hey I bought a secondhand T61 a couple of weeks ago. Therefore I had a T60. I replaced the org. HDD by a OCZ Vertex 96Gb. I put the SSD in the 'new' T61, but it starts up quite a bit slower then my T60. I did everything you need to do to use a SSD pr

  • Check Number in Reference field

    Hello SAPians, There is a requirement from my client as below: Vendor payment is done by T - CODES  F-58  or FBZ4 (POST & CHECK PRINT) When the "KZ" document is posted , the cheque no. should be captured in "Reference" field automatically. Now if you

  • Trace in SQL plus

    I tried to use SQL plus to trace what happens in the database (what queries are executed and such) when a certain function is performed in our information system... But i cant get it working... I cant seem to log in using our sysdba account... probab

  • Query regarding Barcoding in Inventory

    Hi, Can anyone let me know whether we can capture or track EAN 13-digit number in Oracle Inventory.If so which is the table which contains this field information in Inventory. The Item number is generated by the system automatically and the cleint wa

  • Procedure to Technical & Business systems?

    Hi Gurus, Can anyone explain me how to create a technical system and buisness system for R/3. i want to know while creating buisness system for R/3 in SLD we need to provide logical system name. Creation of that logical system shld b done in XI box o