Software development is platform independent?

ORACLE Database has features like having database triggers, stored procedures / functions, table or column level constraints. So are they proprietary functionality of ORACLE. Can I build some of these above-mentioned features using standard SQL? Am I violating the proprietary law?
The current trend of software development is platform independent? How to achieve this?
null

I have had this problem before, I think you can use
something like:
System.getProperty("path.separator");But I am not at work right now to look, so sorry. Im
sure someone else could confirm this.No, it's file.separator:
file.separator      File separator ("/" on UNIX)
path.separator Path separator (":" on UNIX)
line.separator      Line separator ("\n" on UNIX)
But better use File.separator instead of a hardcoded string -> compiler will complain at typos.
-Puce

Similar Messages

  • Uninstalling Java (TM) Platform, Micro Edition Software Development Kit 3.0

    Hi,
    I have installed Java (TM) Platform, Micro Edition Software Development Kit 3.0 EA, and now I want to remove it, however, when running the uninstaller I get a message about the "Java ME SDK is running. Please close Java ME SDK window and try again."
    There is no other Java ME SDK running, I have even tried this in Safe Mode, but with the same error message! My guess the problem is that the installer think itself is the Java ME SDK.
    Do anyone know how to solve this and uninstall the ME SDK?
    I'm running Vista business, 64-bit if that helps.
    BR Psy

    It's strange that there is not any related processes. Have you tried to remove sdk related folders from your home?
    Looks like it's platform dependency issue. Actually 64-bit is not declared as supported by SDK.
    http://java.sun.com/javame/downloads/sdk30ea.jsp#install:
    Required Software
    * Microsoft Windows XP or Vista 32-bit with recent service packs
    * Java SE Development Kit - JDK 1.6 or higher
    * Apple QuickTime player (required to play AMR media on Windows)
    I can suggest you to remove it manually from installation dir, <your_user_home>\javame-sdk, <your_user_home>\.javame-sdk and clean up registry.

  • Java platform independent.what is a platform?

    This question has been haunting me for a long time.
    When we say Java is platform independent,what does the term platform
    indicate?
    I think it is Processor+Operating System.
    But people talk only of Operating System as platform.
    A processor has its own instruction set that is different from that of other processors.An executable code on one processor doesn't run on another processor,whatever may be the operating system.
    Java code is platform independent because it is just compiled to byte code and that byte code is interpreted and run on a JVM.Here the JVM is different for different platforms.
    My question is:
    consider two platforms:
    Intel Pentium+MS Windows.
    and AMD Athlon+MS Windows.
    Is the same JVM used for both these platforms?or not?WHY?
    If only Operating System is Considered as platform,what happens to the underlying processor?

    <troll style="flamesuit: on;">Java is not plateform inderpendent, java runs on one plateform, the Java Platform.</troll>
    The "Intel / AMD + MS Windows" is two forks of one plateform, the x86 / Windows plateform.
    You could extends the x86/Windows JVM to include Intel extras in such a way that it would not run on AMD/Windows.
    One way you could define a plateform is as a binary format, processor intuction set and public API.
    So java == .class format, bytecode and the java.* packages
    and Linux x86 == ELF, x86 and POSIX (plus others, such as X)
    and FreeBSD x86 == ELF, x86 and POSIX (plus others, such as X)
    and Cygwin == ELF, x86 and POSIX (plus others, such as X)
    and Windowsx86 == PE, x86, MFCs
    But does that mean Linux, FreeBSD and Cygwin are the same plateform, well kind-of, they are all unix-sqe, and in some cases the binarys are interchangable (a small plug in to FreeBSD will let you run Linux software, the same sort of thing is aviable to Solaris, and some very small (hello world-level) will actually run (I've seen this in the case of a Linux HelloWorld on a BeOS machine).

  • Software Developer position based in LAS VEGAS METRO

    Small company in the Las Vegas Metro area seeks a LabVIEW Software Developer.
    The LabVIEW Software Developer overview:
    The LabVIEW Software Developer position is responsible for developing and troubleshooting LabVIEW software developed for our proprietary hardware.
    The chosen candidate will:
    Develop a deep and broad understanding of our tools and products;
    Develop in-house tools to track customer requests;
    Take ownership of problems and see them through to successful resolution;
    Duties and responsibilities:
    Provide troubleshooting and solutions for existing software releases;
    Work with product engineers to identify and resolve technical software problems, and some hardware problems;
    Involved in developing new features and tools;
    Document frequent issues into scripted processes; create FAQ;
    Document required bug fixes, end-user feature improvements, and operations feature improvements;
    Troubleshoot problems and solve the incidents through a methodical and process based approach;
    Develop User feature notes for customers; create FAQ;
    Commit and contribute to a high level customer satisfaction by providing best in class Support and Service;
    Occasional week night or weekend work may be required depending on release deadlines;
    Qualifications:
    Bachelor degree or equivalent work experience in computer science, electrical engineering, mathematics or computer engineering;
    2-5 years experience solving deployment and support issues is an asset;
    Experience with RF a plus;
    Good general computer knowledge with a strong aptitude for problem solving;
    Experience in software engineering for test platforms or real-time software engineering;
    Able to read engineering design documentation (mechanical, electrical or software);
    1-2 years minimum practical experience with LabVIEW programming;
    Comportments/ Behavior:
    Ability to quickly learn systems;
    Pro-activity, autonomy, self motivated individual;
    A “can do” attitude;
    Diplomacy, open-mindedness, and patience, great listening skills;
    Ability to develop well written documentation;
    Excellent oral and written English communication skills.
    Candidates must have the legal right to live and work in the US.
    This is a full time, direct hire position.
    Position is based in Las Vegas Metro area. Relocation is not provided.
    Please send your resume, cover letter and salary requirements to: [email protected]

    Intaris wrote:
    If I was still living in Ireland, I'd jump at this.
    Shame.
    Shame indeed Shane?
    Beginner? Try LabVIEW Basics
    Sharing bits of code? Try Snippets or LAVA Code Capture Tool
    Have you tried Quick Drop?, Visit QD Community.

  • Java is   NOT   Platform Independent ????????

    Hai.
    My friend told ...
    we can able to say java is platform independent.
    but
    in one company (software anaylist) ask
    talk about java is not platform independent...
    so how its possible..
    plz i want clear cuts...
    even i search in google also.. but i cant get clearlly.........
    yours
    advance happy pongal and upcomming festivals
    drvijayy2k2

    >
    A quick example I recently encountered of platform
    dependence was in character encoding/decoding. Have
    a look at how Solaris, Linux and Windows print out
    the full range of bytes when they are encoded as
    Strings. There are lots of little differences, happy
    discovering.This is a good illustration. By default java uses the character encoding which it believes to be in general use on the platform it's running on, but you can specify the character encoding explicitly. So, by default, the Java program addapts it's exact behaviour to the platform.
    Is "a platform independant" program one which produces the same file format on systems which will interpret that file format different ways? Or is it one that generates a file format that will produce equivalent results on two different systems?
    There's a similar dilema with "look and feel" (i.e. window gadgets etc.). Should a platform independant program use the same look and feel on systems whose native look and feel is different, or should it "blend in"?
    Java leaves these choices to the programmer.

  • Lead Software Development Engineer Available Position

    Lead Software Development Engineer
    We seek a Lead Software Development Engineer interested in a rewarding career in a fast-paced, team environment. The purpose of this role is to develop custom National Instruments (NI) software solutions.
    Essential job responsibilities include, but are not limited to the following:
    Work with customers and vendors to specify, procure, and manage the design/delivery of data acquisition and data management systems
    Manage vendors and sub-contractors during installation and commissioning phases of software implementation projects
    Assist in the development of proposals for new business by supplying and researching cost data and technical information
    Support software development for specific external client projects through planning, design, programming, implementation, and technical support
    Integrate measurement systems, data logging, and analysis packages
    Ability to work with mechanical, controls, and fabrication groups to design and build custom hardware and components required to support testing projects/processes
    May have opportunities to assist with specifying, procuring, and managing the design/delivery of data acquisition and data management systems
    Assist with the development of sales and marketing tools to promote the Software Development Group to new and existing clients
    Assist with the proposing, setup, budgeting and management of ACS service offerings in the area of data acquisition and management solutions
    Help provide training, mentoring, and feedback to other employees in regards to proper engineering methods and processes as necessary
    Additional duties as assigned
    Basic requirements include:
    Bachelor’s and/or Master’s Degree in Mechanical Engineering, Electrical Engineering, or related degree
    Minimum 5 years applied work experience with NI technologies, specifically LabVIEW
    NI LabVIEW CLD or willingness to get certification
    Full life-cycle application development and deployment experience required
    Preferred experience with the following software packages: Veristand, TestStand, Inertia, Driven, DIAdem
    Proven record of excellent client service, including balancing multiple internal/external projects and responding to changes in deadline, scope, and design
    Preferred experience with the following hardware platforms: cRIO, cDAQ, PXI, FPGA and other NI-based hardware platforms
    Experience in application automation of PLC, HMI, sensors, and instrumentation preferred
    Demonstrates good technical writing and oral communication skills
    Ability to travel to customer facilities (25% - 75%) nationally and overseas, travel may take place for more than a week at a time
    Must have the following personal skills and characteristics:  Problem solving skills, strong organizational and time management skills, team player, takes initiative to improve personal skills, strong interpersonal skills, ability to work effectively with all internal and external levels and groups
    ACS is a Madison, WI, based company that provides integrated design, construction, and operations solutions for complex facilities, systems, and equipment.  ACS focuses our expertise on taking a project from conception to completion with our unique streamlined turnkey delivery methods.  Our core markets focus on projects relating to science and technology, engine and vehicle testing, and consumer and commercial products.
    If an exciting career opportunity with a growing, entrepreneurial company appeals to you, please apply immediately. We offer an excellent salary, bonus and benefits package. For a full overview of our organization, visit our website at: http://www.acscm.com
    Please apply through our website at: http://www.acscm.com/Careers/AvailablePositions.aspx
    EOE/AA

    dear sir,
    iam indumathi, having expereience about 1.8Years i electronics field.
    i am interested in this job. i have aatched my Cv , kindly consider me.
    looking for your reply
    with regards,
    indumathi.s
    Attachments:
    indumathi CV.doc ‏69 KB

  • Platform independency

    I have developed an implementation of High Availability Servers using Java in Linux. But the problem is it runs only in Linux because I have used the System class to execute a native OS command "ipconfig eth0 192.168.0.0.123" to change the Ip of the system.Is there any way to go around this so that the code becomes purely platform independent?
    One option is to detect the OS that is currently running and execue the appropriate System command using a switch statement.So is it possible to detect the underlying OS?If so , what is the command for changing IP in Mac OS, Windows....and any others which u can think of.
    HELP.

    Here is some basic code I wrote a LONG time ago:
         public static final int OSTYPE_WINDOWS = 1;
         public static final int OSTYPE_WINNT = 2;
         public static final int OSTYPE_WINCE = 3;
         public static final int OSTYPE_LINUX = 4;
         public static final int OSTYPE_MAC = 5;
         public static final int OSTYPE_SOLARIS = 6;
         public static final int OSTYPE_NETWARE = 7;
         public static final int OSTYPE_OS2 = 8;
         public static final int OSTYPE_UNKNOWN = 9;
         private static int type = OSTYPE_UNKNOWN;
              @return an integer identifying the OS (one of the OSTYPE constants)
         public static int getOs()
              if(type == OSTYPE_UNKNOWN){
                   String osname = System.getProperty("os.name").toLowerCase();
                   if(osname.indexOf("windows") != -1){
                        if(osname.indexOf("nt") != -1 || osname.indexOf("2000") != -1 || osname.indexOf("xp") != -1){
                             type = OSTYPE_WINNT;
                        } else if(osname.indexOf("ce") != -1){
                             type = OSTYPE_WINCE;
                        } else {
                             type = OSTYPE_WINDOWS;
                   } else if(osname.indexOf("linux") != -1 || osname.indexOf("bsd") != -1){
                        type = OSTYPE_LINUX;     
                   } else if(osname.indexOf("mac os") != -1 || osname.indexOf("macos") != -1){
                        type = OSTYPE_MAC;
                   } else if(osname.indexOf("solaris") != -1){
                        type = OSTYPE_SOLARIS;     // could also be old freebsd version
                   } else if(osname.indexOf("netware") != -1){
                        type = OSTYPE_NETWARE;
                   } else if(osname.indexOf("os/2") != -1){
                        type = OSTYPE_OS2;
                   } else {
                        type = OSTYPE_UNKNOWN;     
              return type;
         }

  • Seeking for advice over software development start-up question

    Hi Admin ,
    My friend who is an internet marketer at warrior forum told me about Adobe AIR. He said that programs developed on Adobe Air could not be decompiled. I am a forex software developer that created both a trailing stop ea and forex charting software on the Metatrader 4 open source trading platform. My concern is that the software which i developed could be decompiled.
    I have a programming team and they have little or few experience with Adobe Air. I was thinking that before i ask them to research and start developing our software on Adobe AIR platform, could you help us but answering some important questions regarding AIR?
    Is it true that AIR applications cannot be decompiled?
    Forex software in .ex4 format and .dll files be transferred over to AIR format?
    Could there be a communication between AIR and Metatrader 4 trading platform ?
    For more info, visit these url :
    Metatrader 4 : http://www.metatrader4.com/
    Forex Applications which i Developed on Metatrader 4
    1: http://www.forexgeometry.com/
    2. http://www.forextrailer.com/
    Regards,
    Warren Seah

    There is no software that cannot be decompiled and/or reverse engineered. ActionScript is actually one of the easier languages to decompile. There are obfuscators and other protection schemes, but I can't attest to how well they work.
    You can write an ActionScript wrapper for dll libraries (in many cases). I don't know what .e4x format is.
    An AIR app can communicate with another application or server in a variety of ways. The most common include HTTP and sockets.

  • Platform independency...any chance ?

    hi...java code (.class files ) are platform independence. It is supposed to run any platform.(i believe this) [ // it is fine in different  windows machine ].
    However, i was in argue with my friend..... He told that each platform (windows,Unix,Macintosh) have different JVM . so there is a chance that the class file may be rejected by the JVM in different platform.
    is it true ?
    if Yes.......then independency is lost !!! i can not call it is a pure platform independent.......are people trying for any remedy ?

    There are many different JVMs. Sun makes JVMs, IBM makes JVMs, M$ used to make JVMs, I think Blackdown makes JVMs, etc.
    As long as a JVM matches the spec, then a given class file is portable across different VMs. Just like if I create a Word doc on the PC, I can read it with word on my Mac.
    BUT (you knew there was going to be a "but", didn't you), there are different versions of VMs and the spec has changed over the years. Just like MS Word from 1990 probably won't read a document you create with the MS Word that you buy today, similarly you need to make sure the version of your class file is no newer than the VM. If the class file is an older version than the VM, it will generally work--they're backward compatible that way. Or is it forward compatible.
    Also, there are things that are legal Java code that won't necessarily translate from one platform to another that well. GUI stuff can be slippery that way, I understand. Some other things too, but I forget what.
    Is Java perfectly platform independent in that any class file generated anywhere anytime is guaranteed to run on any other VM? No, of course not.
    Is it easy to create applications that you can run with no changes on Mac, Windows, Linux, Solaris, and maybe others that I'm not aware of? Absolutely. Many of the apps I've developed in the last few years have been developed and unit-tested on Windows (and even Mac to some extent) and run on Linux or Solaris, without me even needing to think about it. (Not that you never need to think about it, but it's not an overriding concern.)

  • Where can I download SDK software development kit

    Hi everyone, I am completely new with xcode 4 program and
    I heard that with xcode 4 I able to create any kind of apps but I just didn't get
    what is SDK IS??? IS the sdk comes with xcode 4 or do i have to download separate...
    so basically what is deference between XCODE 4 and SDK???
    AND where can I download xcode 4???
    and wehre can I domnload SDK???

    I didn't answer one of your questions.  Xcode is the suite of tools necessary to build Apple software for either OS X or iOS.  Theoretically, you could build a simple app without much programming knowledge using Xcode.  The SDK, or software development kit, are the set of API's and code that either OSX or iOS  have that you need to actually run it on specific machines.  Again, theoretically, you could use Xcode to create a program, then use the SDK's to build it for both iOS and OS X.  There are a few programs that you can tell feel amost the same on both platforms.  The Twitter App is one.  Evernote is another.
    You really should become an Apple developer, if this is an interest of yours.  It's not that expensive, and you can access lots of stuff.  You even get advanced copies of the new iOS and OS X so that you can test your Apps. 

  • HELP! Where do I get the software development kit 1.3 for windows 98?

    HELP! Where do I get the software development kit 1.3 for windows 98? I got this java book and it tells me "http://java.sun.com". I guess it expects me to find it myself. I aint no good at finding stuff on the internet. Can someone give me like the exact address to download it or something? (Also, it wants me to get the java software development kit installation instructions and documentation... I have no idea what all that stuff is, or where to find it. I'm completely lost... Can someone tell me where to get that stuff?)

    Actually, the latest version is now jsdk 1.4.1
    From java.sun.com, you can click on "Downloads" at the left
    Then, you click on "java 2 platform, standard edition"
    Then, you can click on "J2SE 1.4.1"
    This leads to a page with the URL http://java.sun.com/j2se/1.4.1/download.html (you could use this URL wight now, in fact)
    That page has a table.. look for the row entitled "Windows (all languages, including English)", and in the column headed "SDK", you'll see a link "DOWNLOAD". Click on it (make sure you click on the right one!)
    You will then have to read the terms and conditions, and at the bottom, click the button labeled "ACCEPT"
    This will show a page with a link "Download j2sdk-1_4_1-windows-i586.exe"
    You click on that link, and the download will start. The file you are downloading is the installer for the J2sdk version 1.4.1
    Hope that helps!!
    Once you have downloaded it, you'll need to set it up. That's not very difficult, but if you need advice on that, I'll be watching this thread.
    Yours, Mike H...

  • Software Developer w/ LabView experience

    Senior Software Developer – We are a rapidly growing company focused on the development of cutting edge sensors and software. Our system integrations group is looking for a senior developer to provide technical leadership in the development and integration of our business intelligence software.
    We require an experienced consultant to analyze technical data, designs, and review preliminary specifications. This also includes the writing of technical specifications for computer systems, networking, software, applications, develop/maintain databases and confer with work colleagues to design systems.  Proven experience with Visual Studio and other application and web development tools required.
    Applicants must be adept in principles and theories of computer science, evaluate computer system user requirements, apply project management techniques, conduct performance testing, consult with customers concerning needs, design tables depicting data, read technical drawings, and evaluate computer system user request. Candidates must possess a Bachelor of Science Degree or related.
    Please e-mail [email protected]

    Hi,
    I am interested in this job profile. I am from India, but can relocate to MI. May I know if I could apply for this job?

  • Software Development Engineer positions at Hysitron, Inc. in Minneapolis (LabWindows CVI exp preferred)

    Software Development Engineer
    Hysitron, Inc. is a premier scientific instrument manufacturer. Founded in 1992 with headquarters located in Eden Prairie, MN we are committed to promoting nanotechnology by developing advanced transducer and control technology. This leadership has made Hysitron the world leader in nanomechanical test instruments. The TriboIndenter®, TriboScope®, Ubi, and other Hysitron innovations have opened new horizons for scientists interested in investigating and understanding mechanical properties of materials at nano-scale. Hysitron fosters an environment and culture where innovation flourishes, teamwork is encouraged, and superior performance is rewarded.
    Hysitron invites applications for multiple software development engineer positions from those aspiring to explore and succeed in the nano world. Hysitron, Inc. is an Equal Opportunity Employer M/F/D/V
    Job responsibilities
    The software development engineers would be responsible for developing test and measurement software applications for nano-mechanical testing instrumentation. Job deliverables would include:
    -          Develop software applications in C based Labwindows CVI for Hysitron Instrumentation
    -          Support the development of applications to address challenges in instrument automation and control
    -          Test software applications using debugging and simulation tools
    -          Perform software releases and software quality assurance activities
    -          Participate in the design of new software products
    -          Perform maintenance activities for existing products
    -          Adapt and deliver on quality software development practices
    Minimum qualifications
    -          BS in Computer Science/ Computer Engineering/ Equivalent Scientific or engineering discipline
    -          Min of 3 yrs experience in Instrumentation software development in an industrial or R&D environment
    -          Expert at programming language C, knowledge of C++
    -          Working knowledge of various communication protocols, e.g. USB, RS232, IEEE, RS485, TCP/IP, Modbus
    -          Knowledge of general software design/documentation processes in test and measurement systems
    -          Proficient problem solving skills
    -          Strong analytical and technical skills
    -          Excellent communication and interpersonal skills
    Preferred Qualifications
    -          Proficient with LabWindows CVI and XML
    -          Working experience with DSP(Code Composer Studio) and/or FPGA level programming
    -          Exposure to digital electronics and instrumentation
    -          Working experience in Robotics interface programming
    -          Experience with Controls/Automation engineering
    Application and Information
    Qualified candidates should send a letter of application and their resumes to (please include ‘SW Engineer’ in subject line):
    Hysitron, Inc.
    10025 Valley View Rd
    Eden Prairie, MN 55344 USA
    Phone: (952) 835-6366
    Fax: (952) 835-6166
    E-MAIL: [email protected]
    Web: www.hysitron.com

    This position is still accepting resumes/CVs.

  • Need help in Point-of-Sales software developing guide

    i was required to developed a new Point-of-Sales software for my new company. however, i do not know where to start. i'm new to POS software, so if anyone who has experience in Point-of-sales software development, plz drop a hint or two for me.
    i guess the biggest problem for me is to detecting and communicating with the Barcode Scanner, Receipt printer, Cash Drawer and Pole Display. i would appreciate for the advise on how to achieve this.
    tks

    well, the things is like this:
    the existing system is actually maintain by the ex-staff of the company. however, due to some unknown circumstances, all of them left within a very short period of time. and now, we were hired.
    the whole things a mess. bugs everywhere. so the only solution the management would accept is to re-develop the whole POS and Inventory system. but non of us have any experience in developing such system and we don't have any documentation for the existing system. Now the management would like to see a prototype, a simple POS system that can perform simple operation - scan barcode, display the price at the pole display, 'kick-out' the cash drawer and print the receipt.
    i have done a bit part of research, download some Java-based POS such as JPOS, JavaPOS, and FreeMercator. but i don't really get the idea of how to communicate with the devices. and now the management decided to change all the POS peripherals, so i can tell which brand that we are going to use.
    for your question:
    Do you already have an inventory control system in place? yes, but no good. no doc as well.
    If so you'll want to integrate with that, which could get hairy depending on the system. What's your intended architecture? each store will have their own database. however, they will export their data to the HQ every morning before business hour. the export process of the current system is to extract the data from the database to MS Access DB, then send to the HQ through email.
    May I ask why you chose Java to develop this system in?Linux + Postgre + Java = minimum development cost. the company wanted to keep cost at the minimum level.
    actually, i do not worry bout the inventory system. all i care is how to communicate with the devices, because this is the first time that i deal with all these POS devices.
    besides, i'm not sure if i have to pay attention to any thing like drivers, or whatever standard, etc... and it will be the most appreciate if you can show me (or links to websites) some sample of how to detect and communicating the devices.
    lastly, many tks to you for your advice ;)
    have a nice day
    Jerry

  • In need of a Software Developer for a Photoshop Plugin / Extension

    I'm in need of a software developer that can create a plug-in or extension panel for Photoshop, according to my instruction. 
    Is there a list of developers available from Adobe? 
    Are you a software developer that can help?  Please let me know.

    Number one - that person has given you false information...the Apple store genius bar supports all Apple products whether in or out of warranty.  Checking is free, service on an out of warranty item is not free.
    Try a reboot by holding both the power and home buttons until the apple logo appears, ignore the red slider if that appears.
    Since you show that you have iOS 7.0.3 you might want to update that iOS to 7.0.4...plug the iPhone in so you are on a solid power source, then while on a WiFi go to Settings > General > Software Update and update to 7.0.4.

Maybe you are looking for

  • IPod won't start after restore

    When I got a new iPod touch 4G, I tried to restore it from a previous backup that I had on my computer. Unfortunately when the iPod was finished restoring, it wouldn't start up! All I got was the screen frozen at the Apple logo with an empty loading

  • How to code Java client for a Java Web Service

    Hi, I have a modest knowledge on Java and new to Web Services. I have create a web service using JDeveloper as detailed at the URL http://www.oracle.com/webfolder/technetwork/tutorials/obe/jdev/obe1013jdev/10131/devdepandmanagingws/devdepandmanagingw

  • External Procedure

    Hi, I created a dynamic library for use as an external procedure, but the extproc returns the error: ORA-28595 - Invalid DLL path. I already checked the library path but it's right and the oracle user owns the directory and the library, has all the p

  • Disabling Records Question

    Hi all, I have a requirement to disable the records in a table dynamically based on a flag in my query. This flag will return 'True' if a record should be updated and 'False' if the record should not be updated. Currently I'm using a standard table,

  • BUG!!! in dialog framework

    Dialog within a dialog return listener on the originating page not triggered after opening the second dialog window more that 4 times. Return listener on the originating page is triggered if the second dialog window is opened less than 4 times... try